chore: prep for 2.3.3 release

This commit is contained in:
Ryan Brink
2022-04-01 07:23:23 -06:00
parent 26c481e1a4
commit 514fd70e0c
2 changed files with 9 additions and 3 deletions

View File

@ -3,10 +3,8 @@
## Unreleased ## Unreleased
### Added ### Added
- Added tests for Swagger UI module that verify that plugin generates correct responses for Swagger UI WEB resources (tests should detect future incompatible changes in new versions of `org.webjars.swagger-ui`)
### Changed ### Changed
- Fixed broken Swagger UI plugin (`org.webjars.swagger-ui` WEB resources structure changed in version 4.9.X). Issue: https://github.com/bkbnio/kompendium/issues/236
### Remove ### Remove
@ -14,6 +12,14 @@
## Released ## Released
## [2.3.3] - April 1st, 2022
### Added
- Added tests for Swagger UI module that verify that plugin generates correct responses for Swagger UI WEB resources (tests should detect future incompatible changes in new versions of `org.webjars.swagger-ui`)
### Changed
- Fixed broken Swagger UI plugin (`org.webjars.swagger-ui` WEB resources structure changed in version 4.9.X). Issue: https://github.com/bkbnio/kompendium/issues/236
## [2.3.2] - March 30th, 2022 ## [2.3.2] - March 30th, 2022
### Changed ### Changed
- Fixed bug where nullable enum fields caused runtime exceptions - Fixed bug where nullable enum fields caused runtime exceptions

View File

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