chore: prep for 3.9.0 release

This commit is contained in:
Ryan Brink
2022-11-15 20:49:58 -05:00
parent 9f2d2dd4e3
commit b935cc1e1d
2 changed files with 11 additions and 5 deletions

View File

@ -2,12 +2,8 @@
## Unreleased
- Added Support for Custom objects from Java generated protobuf classes
### Added
- Fix integration with application `rootPath` which is removed when `NotarizedRoute` resolve path.
### Changed
### Remove
@ -16,6 +12,16 @@
## Released
## [3.9.0] - November 15th, 2022
### Added
- `protobuf-java-converter` module for converting generated protobuf objects to `JsonSchema` representations
### Changed
- Application `rootPath` is no longer prefixed to serialized route path when `NotarizedRoute` is resolved
## [3.8.0] - November 9th, 2022
### Added

View File

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