From 6141184f4b7a757fa7c603f9554e5c33774203c9 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 28 May 2024 22:14:12 +0000 Subject: [PATCH] chore(release): 0.2.6 [skip ci] ## [0.2.6](https://github.com/sne11ius/pp/compare/v0.2.5...v0.2.6) (2024-05-28) ### Bug Fixes * remove disconnects due to silence ([2e0a4c9](https://github.com/sne11ius/pp/commit/2e0a4c9182f00873afb7509b1fa568f1c18e8191)) --- CHANGELOG.md | 7 +++++++ api/build.gradle.kts | 2 +- client/root.go | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a09ce4..227173b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [0.2.6](https://github.com/sne11ius/pp/compare/v0.2.5...v0.2.6) (2024-05-28) + + +### Bug Fixes + +* remove disconnects due to silence ([2e0a4c9](https://github.com/sne11ius/pp/commit/2e0a4c9182f00873afb7509b1fa568f1c18e8191)) + ## [0.2.5](https://github.com/sne11ius/pp/compare/v0.2.4...v0.2.5) (2024-05-26) diff --git a/api/build.gradle.kts b/api/build.gradle.kts index ec6657b..32ebd91 100644 --- a/api/build.gradle.kts +++ b/api/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { group = "pp" // Updated via semantic-release-replace-plugin -version = "0.2.5" +version = "0.2.6" java { sourceCompatibility = VERSION_21 diff --git a/client/root.go b/client/root.go index af283df..d81893b 100644 --- a/client/root.go +++ b/client/root.go @@ -16,7 +16,7 @@ import ( ) // Updated via semantic-release-replace-plugin -var version = "0.2.5" +var version = "0.2.6" var commit = func() string { if info, ok := debug.ReadBuildInfo(); ok {