diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472d..d856f214 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efdfdf3..5e6a4bf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.1.1](https://github.com/spotify/confidence-sdk-swift/compare/1.1.0...1.1.1) (2024-12-03) + + +### 🐛 Bug Fixes + +* align debug resolve log wording on all platforms ([5369e04](https://github.com/spotify/confidence-sdk-swift/commit/5369e0484dc6f1241818f0798f5da2ace24fa517)) +* Align debug resolve log wording on all platforms ([#181](https://github.com/spotify/confidence-sdk-swift/issues/181)) ([5369e04](https://github.com/spotify/confidence-sdk-swift/commit/5369e0484dc6f1241818f0798f5da2ace24fa517)) + ## [1.1.0](https://github.com/spotify/confidence-sdk-swift/compare/1.0.1...1.1.0) (2024-11-19) diff --git a/README.md b/README.md index e45e2e9c..445b9f5c 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Functionalities: In the dependencies section of Package.swift add: ```swift -.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "1.1.0") +.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "1.1.1") ``` diff --git a/Sources/Confidence/Confidence.swift b/Sources/Confidence/Confidence.swift index 05127b70..527e89ed 100644 --- a/Sources/Confidence/Confidence.swift +++ b/Sources/Confidence/Confidence.swift @@ -401,7 +401,7 @@ extension Confidence { timeoutIntervalForRequest: timeout) let metadata = ConfidenceMetadata( name: sdkId, - version: "1.1.0") // x-release-please-version + version: "1.1.1") // x-release-please-version let uploader = RemoteConfidenceClient( options: options, metadata: metadata, diff --git a/Sources/ConfidenceProvider/README.md b/Sources/ConfidenceProvider/README.md index 92961d57..4c38ec00 100644 --- a/Sources/ConfidenceProvider/README.md +++ b/Sources/ConfidenceProvider/README.md @@ -8,7 +8,7 @@ If you want to use OpenFeature, an OpenFeature Provider for the [OpenFeature SDK In the dependencies section of Package.swift add: ```swift -.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "1.1.0") +.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "1.1.1") ```