Skip to content

Commit

Permalink
chore(release): 0.2.8 [skip ci]
Browse files Browse the repository at this point in the history
## [0.2.8](v0.2.7...v0.2.8) (2024-05-31)

### Bug Fixes

* remove misleading log messages ([44f90c9](44f90c9))
  • Loading branch information
semantic-release-bot committed May 31, 2024
1 parent 44f90c9 commit 8c07c02
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.8](https://github.com/sne11ius/pp/compare/v0.2.7...v0.2.8) (2024-05-31)


### Bug Fixes

* remove misleading log messages ([44f90c9](https://github.com/sne11ius/pp/commit/44f90c9b843a6c158dfb518a6b6d77595c77a2ad))

## [0.2.7](https://github.com/sne11ius/pp/compare/v0.2.6...v0.2.7) (2024-05-31)


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.7"
version = "0.2.8"

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.7"
var version = "0.2.8"

var commit = func() string {
if info, ok := debug.ReadBuildInfo(); ok {
Expand Down

0 comments on commit 8c07c02

Please sign in to comment.