diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6aa187e..3693e6f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"2.1.0"} +{".":"2.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 5715ddf..b992ef5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.1.1](https://github.com/Flagsmith/flagsmith-rust-client/compare/v2.1.0...v2.1.1) (2026-02-07) + + +### Other + +* Remove amannn/action-semantic-pull-request workflow ([#44](https://github.com/Flagsmith/flagsmith-rust-client/issues/44)) ([c925c5d](https://github.com/Flagsmith/flagsmith-rust-client/commit/c925c5d43a813f7545b5f34d3db71238a6134e62)) + ## [2.1.0](https://github.com/Flagsmith/flagsmith-rust-client/compare/v2.0.0...v2.1.0) (2025-12-02) diff --git a/Cargo.toml b/Cargo.toml index ad05df4..7e661a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flagsmith" -version = "2.1.0" +version = "2.1.1" authors = ["Gagan Trivedi ", "Kim Gustyr "] edition = "2021" license = "BSD-3-Clause"