diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 57e0617..96ab372 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.1"} +{".":"0.2.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index e846741..ee89d23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.2](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.1...open-feature-v0.2.2) (2024-02-18) + + +### 🐛 Bug Fixes + +* **deps:** update rust crate darling to 0.20.6 ([#64](https://github.com/open-feature/rust-sdk/issues/64)) ([0397117](https://github.com/open-feature/rust-sdk/commit/039711764b8fc0c495208729117bac20fe9db69c)) + ## [0.2.1](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.0...open-feature-v0.2.1) (2024-02-13) diff --git a/Cargo.toml b/Cargo.toml index 8380b77..c779773 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature" -version = "0.2.1" +version = "0.2.2" edition = "2021" rust-version = "1.67.1" description = "The official OpenFeature Rust SDK." diff --git a/README.md b/README.md index b3ffacd..e9e87e0 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ Specification - - Release + + Release @@ -55,7 +55,7 @@ Add the following content to the `Cargo.toml` file: ```toml -open-feature = "0.2.1" +open-feature = "0.2.2" ``` ### Usage