chore: prep for 3.9.0 release
This commit is contained in:
14
CHANGELOG.md
14
CHANGELOG.md
@ -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
|
||||
|
@ -1,5 +1,5 @@
|
||||
# Kompendium
|
||||
project.version=3.8.0
|
||||
project.version=3.9.0
|
||||
# Kotlin
|
||||
kotlin.code.style=official
|
||||
# Gradle
|
||||
|
Reference in New Issue
Block a user