diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 6bbfeb6..1bae8f9 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1 +1 @@
-{".":"0.5.0"}
+{".":"0.5.1"}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 00ce214..8319d4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# Changelog
+## [0.5.1](https://github.com/open-feature/swift-sdk/compare/0.5.0...0.5.1) (2025-12-09)
+
+
+### ๐ Bug Fixes
+
+* enable CocoaPods publishing by correcting release-please workflow outputs ([#92](https://github.com/open-feature/swift-sdk/issues/92)) ([09ca50a](https://github.com/open-feature/swift-sdk/commit/09ca50af82b51b433891fc4f25c8fee5fbf31336))
+
+
+### ๐งน Chore
+
+* **deps:** update amannn/action-semantic-pull-request action to v6 ([#75](https://github.com/open-feature/swift-sdk/issues/75)) ([33a25a9](https://github.com/open-feature/swift-sdk/commit/33a25a90d8d02f319919ad6c1cf1bf7b19245c73))
+* update copyright and gitignore ([#88](https://github.com/open-feature/swift-sdk/issues/88)) ([0fc85bd](https://github.com/open-feature/swift-sdk/commit/0fc85bd855eecbbcb67e3a0be67601eb6d0b2945))
+
## [0.5.0](https://github.com/open-feature/swift-sdk/compare/0.4.0...0.5.0) (2025-11-12)
diff --git a/OpenFeature.podspec b/OpenFeature.podspec
index 928f8bd..921013c 100644
--- a/OpenFeature.podspec
+++ b/OpenFeature.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'OpenFeature'
- s.version = '0.5.0' # x-release-please-version
+ s.version = '0.5.1' # x-release-please-version
s.summary = 'OpenFeature iOS SDK'
s.description = <<-DESC
OpenFeature is an open specification that provides a vendor-agnostic, community-driven API for feature flagging that works with your favorite feature flag management tool or in-house solution. This Swift SDK supports iOS, macOS, watchOS, and tvOS.
diff --git a/README.md b/README.md
index d3f14cc..91b5bec 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@
-
-
+
+
@@ -66,7 +66,7 @@ If you manage dependencies through SPM, in the dependencies section of Package.s
```swift
-.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.5.0")
+.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.5.1")
```
diff --git a/version.txt b/version.txt
index 8f0916f..4b9fcbe 100644
--- a/version.txt
+++ b/version.txt
@@ -1 +1 @@
-0.5.0
+0.5.1