diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e20415b..82067fe 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,6 +2,6 @@ "flipt-java": "1.1.0", "flipt-node": "1.0.0", "flipt-python": "1.3.0", - "flipt-rust": "1.0.0", + "flipt-rust": "1.1.0", "flipt-php": "1.0.2" } diff --git a/flipt-rust/CHANGELOG.md b/flipt-rust/CHANGELOG.md index 918bc5d..6a00154 100644 --- a/flipt-rust/CHANGELOG.md +++ b/flipt-rust/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-rust-v1.0.0...flipt-rust-v1.1.0) (2024-04-11) + + +### Features + +* **rust:** Rust set headers ([#172](https://github.com/flipt-io/flipt-server-sdks/issues/172)) ([d87028c](https://github.com/flipt-io/flipt-server-sdks/commit/d87028c547bc57c02f8587cd514fa3a1ee28c3a3)) + ## [1.0.0](https://github.com/flipt-io/flipt-server-sdks/compare/flipt-rust-v1.0.0-rc.2...flipt-rust-v1.0.0) (2024-01-16) diff --git a/flipt-rust/Cargo.toml b/flipt-rust/Cargo.toml index fae3ba8..b1ad630 100644 --- a/flipt-rust/Cargo.toml +++ b/flipt-rust/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "flipt" description = "Flipt Server SDK" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Flipt Devs "] license = "MIT"