chore: prep for 2.3.3 release
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@ -3,10 +3,8 @@
|
||||
## Unreleased
|
||||
|
||||
### 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
|
||||
|
||||
### Remove
|
||||
|
||||
@ -14,6 +12,14 @@
|
||||
|
||||
## 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
|
||||
### Changed
|
||||
- Fixed bug where nullable enum fields caused runtime exceptions
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Kompendium
|
||||
project.version=2.3.2
|
||||
project.version=2.3.3
|
||||
# Kotlin
|
||||
kotlin.code.style=official
|
||||
# Gradle
|
||||
|
Reference in New Issue
Block a user