diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 9f9e0c38..489125ea 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.8.3"}
\ No newline at end of file
+{".":"0.8.4"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3676640d..924f8883 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# Changelog
+## [0.8.4](https://github.com/open-feature/python-sdk/compare/v0.8.3...v0.8.4) (2025-10-31)
+
+
+### 🧹 Chore
+
+* **deps:** update actions/checkout action to v5 ([#539](https://github.com/open-feature/python-sdk/issues/539)) ([6aa54ba](https://github.com/open-feature/python-sdk/commit/6aa54ba42b08a27083551dc831f1177e03524174))
+* **deps:** update amannn/action-semantic-pull-request action to v6 ([#541](https://github.com/open-feature/python-sdk/issues/541)) ([eea929d](https://github.com/open-feature/python-sdk/commit/eea929d62ee470f56629461aec5f8d9f717bcea4))
+* **deps:** update astral-sh/setup-uv action to v7 ([#546](https://github.com/open-feature/python-sdk/issues/546)) ([a9ee73a](https://github.com/open-feature/python-sdk/commit/a9ee73a670407bf23c150ae53112ac1dc037a75e))
+* **deps:** update astral-sh/setup-uv digest to d0cc045 ([#543](https://github.com/open-feature/python-sdk/issues/543)) ([22210e6](https://github.com/open-feature/python-sdk/commit/22210e69652384c0569117d50039045176d34d2a))
+* **deps:** update codecov/codecov-action action to v5.5.1 ([#544](https://github.com/open-feature/python-sdk/issues/544)) ([0d8369f](https://github.com/open-feature/python-sdk/commit/0d8369f8d35aaeb869f5fea4943568f6e86cd137))
+* **deps:** update github/codeql-action action to v4 ([#547](https://github.com/open-feature/python-sdk/issues/547)) ([d03223e](https://github.com/open-feature/python-sdk/commit/d03223e72af4c9d49473284877d3ccf3d2fdb8fe))
+* **deps:** update github/codeql-action digest to 64d10c1 ([#542](https://github.com/open-feature/python-sdk/issues/542)) ([95b5ea0](https://github.com/open-feature/python-sdk/commit/95b5ea04a22740a4733a68c16b2a6340adabb12d))
+* make the license field PEP639 compatible ([#548](https://github.com/open-feature/python-sdk/issues/548)) ([4d0779c](https://github.com/open-feature/python-sdk/commit/4d0779c56cc66d3fd9754a74f45c5c0a8e01c8ee))
+* upgrade uv and ruff ([#545](https://github.com/open-feature/python-sdk/issues/545)) ([63acac1](https://github.com/open-feature/python-sdk/commit/63acac1f544724b0aea23141769b03229f3c81d1))
+
## [0.8.3](https://github.com/open-feature/python-sdk/compare/v0.8.2...v0.8.3) (2025-09-21)
diff --git a/README.md b/README.md
index 5af694a7..30673f58 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
-
-
+
+
@@ -60,13 +60,13 @@
#### Pip install
```bash
-pip install openfeature-sdk==0.8.3
+pip install openfeature-sdk==0.8.4
```
#### requirements.txt
```bash
-openfeature-sdk==0.8.3
+openfeature-sdk==0.8.4
```
```python
diff --git a/openfeature/version.py b/openfeature/version.py
index 732155f8..fa3ddd8c 100644
--- a/openfeature/version.py
+++ b/openfeature/version.py
@@ -1 +1 @@
-__version__ = "0.8.3"
+__version__ = "0.8.4"
diff --git a/pyproject.toml b/pyproject.toml
index cd8e6ef9..9114b4c0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "uv_build"
[project]
name = "openfeature_sdk"
-version = "0.8.3"
+version = "0.8.4"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]