diff --git a/CHANGELOG.md b/CHANGELOG.md index ea02f70..4fd6b2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.1](https://github.com/sne11ius/pp/compare/v0.2.0...v0.2.1) (2024-05-24) + + +### Bug Fixes + +* add `@RegisterForReflection` to `ReleaseInfo` ([b8c8c83](https://github.com/sne11ius/pp/commit/b8c8c83243ffb77e00643215aa94634d179643ac)) + # [0.2.0](https://github.com/sne11ius/pp/compare/v0.1.0...v0.2.0) (2024-05-23) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index 41f2ee6..652573f 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { group = "pp" // Updated via semantic-release-replace-plugin -version = "0.2.0" +version = "0.2.1" java { sourceCompatibility = VERSION_21 diff --git a/client/root.go b/client/root.go index dc662c4..87de6ff 100644 --- a/client/root.go +++ b/client/root.go @@ -16,7 +16,7 @@ import ( ) // Updated via semantic-release-replace-plugin -var version = "0.2.0" +var version = "0.2.1" var commit = func() string { if info, ok := debug.ReadBuildInfo(); ok {