diff --git a/CHANGELOG.md b/CHANGELOG.md index 81d8fbf3a..dc0bf2272 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,14 +6,18 @@ ### Changed -- Components definitions were not in the proper schema section. Prefixed the path with component slug in `protobuf java converter`. - ### Remove --- ## Released +## [3.14.4] - June 5th, 2023 + +### Changed + +- Components definitions were not in the proper schema section. Prefixed the path with component slug in `protobuf java converter`. + ## [3.14.3] - May 22nd, 2023 ### Added diff --git a/gradle.properties b/gradle.properties index 8dbd1f5b4..74de3c487 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # Kompendium -project.version=3.14.3 +project.version=3.14.4 # Kotlin kotlin.code.style=official # Gradle