diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 96ab372..1f7aeaa 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.2.2"}
+{".":"0.2.3"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ac796a4..f86310e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Changelog
+## [0.2.3](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.2...open-feature-v0.2.3) (2024-04-16)
+
+
+### 🐛 Bug Fixes
+
+* **deps:** update rust crate tokio to 1.37 ([#69](https://github.com/open-feature/rust-sdk/issues/69)) ([b6b418b](https://github.com/open-feature/rust-sdk/commit/b6b418b70ff655dcc31b30a5d7966e09f46038b2))
+* specfinder was using an incorrect regex ([#72](https://github.com/open-feature/rust-sdk/issues/72)) ([cd42b8c](https://github.com/open-feature/rust-sdk/commit/cd42b8c228f196a035e9826fa354a308bc095a68))
+
## [0.2.2](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.2.1...open-feature-v0.2.2) (2024-03-01)
diff --git a/Cargo.toml b/Cargo.toml
index f369b54..1d1697d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "open-feature"
-version = "0.2.2"
+version = "0.2.3"
edition = "2021"
rust-version = "1.67.1"
description = "The official OpenFeature Rust SDK."
diff --git a/README.md b/README.md
index e9e87e0..8a41cf2 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.2.2"
+open-feature = "0.2.3"
```
### Usage