chore: prep for 2.2.0 release
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -1,10 +1,6 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## Unreleased
|
## 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
|
### Added
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
@ -15,6 +11,12 @@
|
|||||||
|
|
||||||
## Released
|
## 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
|
## [2.1.1] - February 19th, 2022
|
||||||
### Changed
|
### Changed
|
||||||
- Fixed sealed typed collections schema generation
|
- Fixed sealed typed collections schema generation
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Kompendium
|
# Kompendium
|
||||||
project.version=2.1.1
|
project.version=2.2.0
|
||||||
# Kotlin
|
# Kotlin
|
||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
# Gradle
|
# Gradle
|
||||||
|
Reference in New Issue
Block a user