Skip to content

Commit

Permalink
chore: release v1.4.1 (#135)
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 Jun 13, 2024
1 parent a71487d commit 0ef6f98
Show file tree
Hide file tree
Showing 3 changed files with 11 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.0"
".": "1.4.1"
}
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Features

* new `Feature Flag` custom rule in the targeting settings ([#134](https://github.com/bucketeer-io/go-server-sdk/issues/134)) ([a71487d](https://github.com/bucketeer-io/go-server-sdk/commit/a71487da87ba8b08a6ace07479a4670e08d36741))

[See more information](https://docs.bucketeer.io/feature-flags/creating-feature-flags/targeting/#feature-flag)

## [1.4.0](https://github.com/bucketeer-io/go-server-sdk/compare/v1.3.6...v1.4.0) (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.0" // x-release-please-version
const SDKVersion = "1.4.1" // x-release-please-version

0 comments on commit 0ef6f98

Please sign in to comment.