chore: prep for 2.2.0 release
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Kompendium
|
||||
project.version=2.1.1
|
||||
project.version=2.2.0
|
||||
# Kotlin
|
||||
kotlin.code.style=official
|
||||
# Gradle
|
||||
|
Reference in New Issue
Block a user