chore: prep for 2.3.5 release

This commit is contained in:
Ryan Brink
2022-06-07 14:09:50 -07:00
parent 9e8b35d26d
commit 69ceae5b66
2 changed files with 9 additions and 2 deletions

View File

@ -5,7 +5,6 @@
### Added ### Added
### Changed ### Changed
- Fix serialization for api key location in api key auth configuration
### Remove ### Remove
@ -13,6 +12,14 @@
## Released ## Released
## [2.3.5] - June 7th, 2022
### Added
### Changed
- Fix serialization for api key location in api key auth configuration
### Remove
## [2.3.4] - April 7th, 2022 ## [2.3.4] - April 7th, 2022
### Changed ### Changed
- Put request body info now nullable - Put request body info now nullable

View File

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