Skip to content

Commit

Permalink
chore: prep for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brizzbuzz committed Mar 1, 2022
1 parent bae3a16 commit f742ea5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
13 changes: 10 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,25 @@
## Unreleased

### Added
- Brand new SwaggerUI support as a KTor plugin with WebJar under the hood and flexible configuration

### Changed
- Playground example `SwaggerPlaygound` now demonstrates new SwaggerUI KTor plugin usage (including OAuth security)

### Remove
- Deprecated Swagger Webjar approach was removed from codebase

---

## Released

## [2.3.0] - March 1st, 2022
### Added
- Brand new SwaggerUI support as a KTor plugin with WebJar under the hood and flexible configuration

### Changed
- Playground example `SwaggerPlaygound` now demonstrates new SwaggerUI KTor plugin usage (including OAuth security)

### Remove
- Deprecated Swagger Webjar approach was removed from codebase

## [2.2.1] - February 26th, 2022
- Fix to support sealed class typed Maps

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Kompendium
project.version=2.2.1
project.version=2.3.0
# Kotlin
kotlin.code.style=official
# Gradle
Expand Down

0 comments on commit f742ea5

Please sign in to comment.