Skip to content

Commit

Permalink
chore: release v1.5.0 (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Yuichi Okimoto <[email protected]>
  • Loading branch information
bucketeer-bot authored Sep 17, 2024
1 parent 9a32609 commit a62bc8f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.4.1"
".": "1.5.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.5.0](https://github.com/bucketeer-io/go-server-sdk/compare/v1.4.1...v1.5.0) (2024-09-17)


### Features

* get variation details by variation type ([#136](https://github.com/bucketeer-io/go-server-sdk/issues/136)) ([3fb2301](https://github.com/bucketeer-io/go-server-sdk/commit/3fb2301990ccf846d5e0a9a71e84d4e0439c4dbf))


### Build System

* **deps:** update dependencies ([#140](https://github.com/bucketeer-io/go-server-sdk/issues/140)) ([9a32609](https://github.com/bucketeer-io/go-server-sdk/commit/9a326094aa887f209d5069d9361da49c2f4b7d8f))

## [1.4.1](https://github.com/bucketeer-io/go-server-sdk/compare/v1.4.0...v1.4.1) (2024-06-13)


Expand Down
2 changes: 1 addition & 1 deletion pkg/bucketeer/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// SDKVersion is the library's version following Semantic Versioning.
const SDKVersion = "1.4.1" // x-release-please-version
const SDKVersion = "1.5.0" // x-release-please-version

0 comments on commit a62bc8f

Please sign in to comment.