chore: prep for 3.5.0 release

This commit is contained in:
Ryan Brink
2022-10-29 08:16:03 -04:00
parent 4946a27327
commit 92d4760dbc
2 changed files with 7 additions and 3 deletions

View File

@ -4,8 +4,6 @@
### Added ### Added
- New `kompendium-resources` plugin to support Ktor Resources API
### Changed ### Changed
### Remove ### Remove
@ -14,6 +12,12 @@
## Released ## Released
## [3.5.0] - October 29th, 2022
### Added
- New `kompendium-resources` plugin to support Ktor Resources API
## [3.4.0] - October 26th, 2022 ## [3.4.0] - October 26th, 2022
### Added ### Added

View File

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