chore: prep for 2.3.0 release

This commit is contained in:
Ryan Brink
2022-03-01 12:49:27 -05:00
parent bae3a16e30
commit f742ea5485
2 changed files with 12 additions and 5 deletions

View File

@ -2,6 +2,17 @@
## Unreleased ## Unreleased
### Added
### Changed
### Remove
---
## Released
## [2.3.0] - March 1st, 2022
### Added ### Added
- Brand new SwaggerUI support as a KTor plugin with WebJar under the hood and flexible configuration - Brand new SwaggerUI support as a KTor plugin with WebJar under the hood and flexible configuration
@ -11,10 +22,6 @@
### Remove ### Remove
- Deprecated Swagger Webjar approach was removed from codebase - Deprecated Swagger Webjar approach was removed from codebase
---
## Released
## [2.2.1] - February 26th, 2022 ## [2.2.1] - February 26th, 2022
- Fix to support sealed class typed Maps - Fix to support sealed class typed Maps

View File

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