diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index c3d7bdaa..8d5f7155 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.4.2"}
\ No newline at end of file
+{".":"0.5.0"}
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d8dd793c..d0d05e09 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,16 @@
# Changelog
+## [0.5.0](https://github.com/open-feature/python-sdk/compare/v0.4.2...v0.5.0) (2024-02-20)
+
+
+### ⚠ BREAKING CHANGES
+
+* add support for domains ([#271](https://github.com/open-feature/python-sdk/issues/271))
+
+### Features
+
+* add support for domains ([#271](https://github.com/open-feature/python-sdk/issues/271)) ([ed6a42f](https://github.com/open-feature/python-sdk/commit/ed6a42f264a6efc149642181bfc4c6de0eb83ce1))
+
## [0.4.2](https://github.com/open-feature/python-sdk/compare/v0.4.1...v0.4.2) (2024-02-06)
diff --git a/README.md b/README.md
index 9c813390..e8874573 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
-
-
+
+
@@ -60,13 +60,13 @@
#### Pip install
```bash
-pip install openfeature-sdk==0.4.2
+pip install openfeature-sdk==0.5.0
```
#### requirements.txt
```bash
-openfeature-sdk==0.4.2
+openfeature-sdk==0.5.0
```
```python
diff --git a/pyproject.toml b/pyproject.toml
index 20cab4cd..b07d7535 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "openfeature_sdk"
-version = "0.4.2"
+version = "0.5.0"
description = "Standardizing Feature Flagging for Everyone"
readme = "README.md"
authors = [{ name = "OpenFeature", email = "openfeature-core@groups.io" }]