From a31e6e462387ea09c9aa12d9e3fd1d0c55fb6b89 Mon Sep 17 00:00:00 2001 From: Flagsmith Bot <65724737+flagsmithdev@users.noreply.github.com> Date: Tue, 21 Jul 2026 10:17:20 +0100 Subject: [PATCH] chore(main): release 2.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 3 files changed, 15 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..bbcbdb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.1.1](https://github.com/Flagsmith/flagsmith-rust-client/compare/v2.1.0...v2.1.1) (2026-07-21) + + +### CI + +* setup Renovate for flagsmith-flag-engine tracking ([#47](https://github.com/Flagsmith/flagsmith-rust-client/issues/47)) ([1d98fff](https://github.com/Flagsmith/flagsmith-rust-client/commit/1d98fff619deb2db51c53870099fa7feeb2da065)) + + +### Other + +* **deps:** bump flagsmith-flag-engine to 0.6 ([#48](https://github.com/Flagsmith/flagsmith-rust-client/issues/48)) ([fd04f5a](https://github.com/Flagsmith/flagsmith-rust-client/commit/fd04f5a498fb3dcf23bbcecd8636b1316e16e79e)) +* 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 b1bcc62..923c0e1 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"