From e8327c31e9bd0f2ae66c1119741921b423fe9c2e Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Sat, 7 Feb 2026 08:26:23 +0000 Subject: [PATCH] chore(main): release 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ Cargo.toml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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"