Skip to content

Commit

Permalink
chore(release): 0.2.6 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.6](v0.2.5...v0.2.6) (2024-05-28)

### Bug Fixes

* remove disconnects due to silence ([2e0a4c9](2e0a4c9))
  • Loading branch information
semantic-release-bot committed May 28, 2024
1 parent 2e0a4c9 commit 6141184
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion api/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion client/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 6141184

Please sign in to comment.