From 12059d5640b7b935c6f12112652d5e012185210c Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Thu, 11 Jan 2024 03:13:35 +0000
Subject: [PATCH] chore(main): release open-feature 0.2.0
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 18 ++++++++++++++++++
Cargo.toml | 2 +-
README.md | 6 +++---
4 files changed, 23 insertions(+), 5 deletions(-)
diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 8dc5069..305c150 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.1.5"}
+{".":"0.2.0"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6225b81..43e8ee1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,23 @@
# Changelog
+## [0.2.0](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.5...open-feature-v0.2.0) (2024-01-11)
+
+
+### ⚠ BREAKING CHANGES
+
+* re-design No-op Provider ([#56](https://github.com/open-feature/rust-sdk/issues/56))
+
+### 🐛 Bug Fixes
+
+* **deps:** update rust crate async-trait to 0.1.77 ([#52](https://github.com/open-feature/rust-sdk/issues/52)) ([50390e8](https://github.com/open-feature/rust-sdk/commit/50390e87b8cdd44d7a509aa9174ae3f0a53342f4))
+* **deps:** update rust crate serde_json to 1.0.110 ([#53](https://github.com/open-feature/rust-sdk/issues/53)) ([1d90cd9](https://github.com/open-feature/rust-sdk/commit/1d90cd9b884999285be79604c6c7b90be24d936e))
+* **deps:** update rust crate serde_json to 1.0.111 ([#54](https://github.com/open-feature/rust-sdk/issues/54)) ([78b0bf3](https://github.com/open-feature/rust-sdk/commit/78b0bf3aab39d41bd0938b4b903eacfe0de6654a))
+
+
+### ✨ New Features
+
+* re-design No-op Provider ([#56](https://github.com/open-feature/rust-sdk/issues/56)) ([554cf22](https://github.com/open-feature/rust-sdk/commit/554cf22302781ee5c2015e75c514be3d4be67ca5))
+
## [0.1.5](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.4...open-feature-v0.1.5) (2023-12-20)
diff --git a/Cargo.toml b/Cargo.toml
index 95c8425..67ea9d3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "open-feature"
-version = "0.1.5"
+version = "0.2.0"
edition = "2021"
rust-version = "1.67.1"
description = "The official OpenFeature Rust SDK."
diff --git a/README.md b/README.md
index ad4d16f..1270923 100644
--- a/README.md
+++ b/README.md
@@ -16,8 +16,8 @@
-
-
+
+
@@ -55,7 +55,7 @@ Add the following content to the `Cargo.toml` file:
```toml
-open-feature = "0.1.5"
+open-feature = "0.2.0"
```
### Usage