diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 6ed2e48..1b04459 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.1.2"}
+{".":"0.1.3"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62cf41f..bd2241e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,32 @@
# Changelog
+## [0.1.3](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.2...open-feature-v0.1.3) (2023-12-15)
+
+
+### ๐ Bug Fixes
+
+* **deps:** update rust crate async-trait to 0.1.74 ([#37](https://github.com/open-feature/rust-sdk/issues/37)) ([d5e9d91](https://github.com/open-feature/rust-sdk/commit/d5e9d91a100009dfc8bd9e1459b404c8ee0f4f30))
+* **deps:** update rust crate time to 0.3.30 ([#36](https://github.com/open-feature/rust-sdk/issues/36)) ([864ba1f](https://github.com/open-feature/rust-sdk/commit/864ba1fb333b748b806e72c18412e79e9dbd613d))
+* **deps:** update rust crate tokio to 1.33.0 ([#35](https://github.com/open-feature/rust-sdk/issues/35)) ([c3624f8](https://github.com/open-feature/rust-sdk/commit/c3624f8d534cf5b8bdbb6dcecd10d1d9ec8f0210))
+* **deps:** update rust crate tokio to 1.34.0 ([#40](https://github.com/open-feature/rust-sdk/issues/40)) ([959d3ed](https://github.com/open-feature/rust-sdk/commit/959d3ed9f934af17ab02b5c35d9d26d38673a903))
+* **deps:** update rust crate tokio to 1.35.0 ([#42](https://github.com/open-feature/rust-sdk/issues/42)) ([a0f9f80](https://github.com/open-feature/rust-sdk/commit/a0f9f8058e35dc84bd09a16c042c72e56f15d91d))
+* **deps:** update rust crate typed-builder to 0.18.0 ([#38](https://github.com/open-feature/rust-sdk/issues/38)) ([4f6c2cb](https://github.com/open-feature/rust-sdk/commit/4f6c2cb2d45029322819f34a742a93f81a1d6031))
+
+
+### โจ New Features
+
+* use TryFrom instead of custom trait for StructValue conversion ([#43](https://github.com/open-feature/rust-sdk/issues/43)) ([8981b45](https://github.com/open-feature/rust-sdk/commit/8981b45abef478a720a582f43a30aecd2d68a4d5))
+
+
+### ๐งน Chore
+
+* add badges to readme ([bf4b901](https://github.com/open-feature/rust-sdk/commit/bf4b901ff7a6574fd2f44287842aea39e23a204b))
+* add release badge to readme ([#33](https://github.com/open-feature/rust-sdk/issues/33)) ([31b0e48](https://github.com/open-feature/rust-sdk/commit/31b0e487a2ad6376d4b994b35410556ac8cd80ae))
+* **deps:** update actions/checkout action to v4 ([#28](https://github.com/open-feature/rust-sdk/issues/28)) ([1cb61c9](https://github.com/open-feature/rust-sdk/commit/1cb61c93534ae037b7dd2c143e03809b877c2728))
+* **deps:** update google-github-actions/release-please-action action to v4 ([#41](https://github.com/open-feature/rust-sdk/issues/41)) ([f6c8cba](https://github.com/open-feature/rust-sdk/commit/f6c8cbacbe5106355d565858f5f43637b0e4203f))
+* update readme ([397ff70](https://github.com/open-feature/rust-sdk/commit/397ff70ae1526f7741dcbe57df1fc6b8036ad90e))
+* update readme for automated inclusion ([#39](https://github.com/open-feature/rust-sdk/issues/39)) ([7b52561](https://github.com/open-feature/rust-sdk/commit/7b52561c14befc304a91508fbe9d526664b2be47))
+
## [0.1.2](https://github.com/open-feature/rust-sdk/compare/open-feature-v0.1.1...open-feature-v0.1.2) (2023-09-27)
diff --git a/Cargo.toml b/Cargo.toml
index 6510d1c..a48102c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "open-feature"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
rust-version = "1.67.1"
description = "The official OpenFeature Rust SDK."
diff --git a/README.md b/README.md
index 8297872..527e991 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.2"
+open-feature = "0.1.3"
```
### Usage