diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 1c861e1..bd427b6 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} +{".":"0.3.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a2f27..08cb388 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [0.3.1](https://github.com/open-feature/swift-sdk/compare/0.3.0...0.3.1) (2025-07-04) + + +### ✨ New Features + +* Adding Cocoapods support ([#61](https://github.com/open-feature/swift-sdk/issues/61)) ([f481a51](https://github.com/open-feature/swift-sdk/commit/f481a51bd47a50025d9ba32a124f110eb0c8f0fc)) +* Adds watchOS / tvOS support ([#67](https://github.com/open-feature/swift-sdk/issues/67)) ([3a5af18](https://github.com/open-feature/swift-sdk/commit/3a5af18e7615e5c5a67690c2d626789bcee1e8a6)) +* Improves EvaluationContext thread safety ([#69](https://github.com/open-feature/swift-sdk/issues/69)) ([65cb295](https://github.com/open-feature/swift-sdk/commit/65cb2951297f0ca105ffb44af7ca249ee278109b)) + + +### 🧹 Chore + +* remove podspec update script and adjust release configuration ([#65](https://github.com/open-feature/swift-sdk/issues/65)) ([2903008](https://github.com/open-feature/swift-sdk/commit/290300835dfe8d123651ea15ab27af6f6de30da4)) + ## [0.3.0](https://github.com/open-feature/swift-sdk/compare/0.2.1...0.3.0) (2025-01-31) diff --git a/OpenFeature.podspec b/OpenFeature.podspec index 21211a0..2ac7519 100644 --- a/OpenFeature.podspec +++ b/OpenFeature.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenFeature' - s.version = '0.3.0' # x-release-please-version + s.version = '0.3.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 4ec6ccc..5553263 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ - - Release + + Release @@ -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.3.0") +.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.3.1") ``` diff --git a/version.txt b/version.txt index 0d91a54..9e11b32 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.3.0 +0.3.1