diff --git a/CHANGELOG.md b/CHANGELOG.md index 7da2b27..ea02f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0](https://github.com/sne11ius/pp/compare/v0.1.0...v0.2.0) (2024-05-23) + + +### Features + +* update README to trigger release ([6b6eb43](https://github.com/sne11ius/pp/commit/6b6eb431d422373ce590003ef7eae1cb644c2a7c)) + # [0.1.0](https://github.com/sne11ius/pp/compare/v0.0.1...v0.1.0) (2024-05-23) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index f04fb15..41f2ee6 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.1.0" +version = "0.2.0" java { sourceCompatibility = VERSION_21 diff --git a/client/root.go b/client/root.go index c5d9be1..dc662c4 100644 --- a/client/root.go +++ b/client/root.go @@ -16,7 +16,7 @@ import ( ) // Updated via semantic-release-replace-plugin -var version = "0.1.0" +var version = "0.2.0" var commit = func() string { if info, ok := debug.ReadBuildInfo(); ok {