chore: prep for 2.2.0 release

This commit is contained in:
Ryan Brink
2022-02-25 09:32:37 -05:00
parent 7cee839119
commit 9d972355fd
2 changed files with 7 additions and 5 deletions

View File

@ -1,10 +1,6 @@
# Changelog
## Unreleased
- Fixed support Location classes located in other non-location classes
- Fixed formatting of a custom SimpleSchema
- Multipart form-data multiple file request support
### Added
### Changed
@ -15,6 +11,12 @@
## Released
## [2.2.0] - February 25th, 2022
### Changed
- Fixed support Location classes located in other non-location classes
- Fixed formatting of a custom SimpleSchema
- Multipart form-data multiple file request support
## [2.1.1] - February 19th, 2022
### Changed
- Fixed sealed typed collections schema generation

View File

@ -1,5 +1,5 @@
# Kompendium
project.version=2.1.1
project.version=2.2.0
# Kotlin
kotlin.code.style=official
# Gradle