From b83214db4abd224eb6456f7142a465a62c06b7fa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 15:52:36 +0000 Subject: [PATCH] chore(main): release 1.2.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ README.md | 2 +- Sources/Confidence/Confidence.swift | 2 +- Sources/ConfidenceProvider/README.md | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8d6e472d..49a1c07e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.1.0"} +{".":"1.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 0efdfdf3..63a46823 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [1.2.0](https://github.com/spotify/confidence-sdk-swift/compare/1.1.0...1.2.0) (2024-12-10) + + +### ⚠ BREAKING CHANGES + +* Context APIs changes and documentation/onboarding ([#180](https://github.com/spotify/confidence-sdk-swift/issues/180)) + +### 🐛 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)) + + +### 🔄 Refactoring + +* Context APIs changes and documentation/onboarding ([#180](https://github.com/spotify/confidence-sdk-swift/issues/180)) ([6eb5dc7](https://github.com/spotify/confidence-sdk-swift/commit/6eb5dc7d8c67c0b1f8b935909b04b670317d86fb)) + ## [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 a2cde3a6..f17f8d6c 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.2.0") ``` diff --git a/Sources/Confidence/Confidence.swift b/Sources/Confidence/Confidence.swift index c94cd461..0c643e71 100644 --- a/Sources/Confidence/Confidence.swift +++ b/Sources/Confidence/Confidence.swift @@ -468,7 +468,7 @@ extension Confidence { timeoutIntervalForRequest: timeout) let metadata = ConfidenceMetadata( name: sdkId, - version: "1.1.0") // x-release-please-version + version: "1.2.0") // 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..ffe6787d 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.2.0") ```