chore: prep for 3.0 release

This commit is contained in:
Ryan Brink
2022-08-16 12:33:29 -06:00
parent 0d4b1ddd03
commit c312b201b3
2 changed files with 12 additions and 1 deletions

View File

@ -15,6 +15,17 @@
## Released ## Released
## [3.0.0] - August 16th, 2022
### Added
- Ktor 2 Support 🎉
- OpenAPI 3.1 Standard
- JsonSchema Generator
- `NotarizedRoute` plugin
### Removed
- SwaggerUI module removed (due to lack of OpenAPI 3.1 support)
- Kompendium Annotations removed (field renames, undeclared fields, etc. will be follow-up work)
## [2.3.5] - June 7th, 2022 ## [2.3.5] - June 7th, 2022
### Added ### Added

View File

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