diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 305c150..57e0617 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.0"} +{".":"0.2.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 43e8ee1..57f20f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.1](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.0...open-feature-v0.2.1) (2024-01-22) + + +### 🐛 Bug Fixes + +* **deps:** update rust crate typed-builder to 0.18.1 ([#58](https://github.com/open-feature/rust-sdk/issues/58)) ([396bf02](https://github.com/open-feature/rust-sdk/commit/396bf022402b8864cf136aa458052296fdb757b4)) + ## [0.2.0](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.5...open-feature-v0.2.0) (2024-01-11) diff --git a/Cargo.toml b/Cargo.toml index a0c8cac..5e33eef 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "open-feature" -version = "0.2.0" +version = "0.2.1" edition = "2021" rust-version = "1.67.1" description = "The official OpenFeature Rust SDK." diff --git a/README.md b/README.md index 1270923..b3ffacd 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.0" +open-feature = "0.2.1" ``` ### Usage