From a648e5d592187d4a96c29f476bc261d912c16d46 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 14:52:40 +0000 Subject: [PATCH] chore(main): release 1.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- Sources/Confidence/Confidence.swift | 2 +- Sources/ConfidenceProvider/README.md | 2 +- 5 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7dca81b7..8d6e472d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.1"} +{".":"1.1.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b20ffd..a6f63ce5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.1.0](https://github.com/spotify/confidence-sdk-swift/compare/1.0.1...1.1.0) (2024-11-19) + + +### 🐛 Bug Fixes + +* TypeMismatch doesn't trigger apply ([#172](https://github.com/spotify/confidence-sdk-swift/issues/172)) ([df38f0b](https://github.com/spotify/confidence-sdk-swift/commit/df38f0b1043663d11e51250393d5757e61e2dd22)) + + +### ✨ New Features + +* Client Key in Resolve Debug logs ([#176](https://github.com/spotify/confidence-sdk-swift/issues/176)) ([712ff6e](https://github.com/spotify/confidence-sdk-swift/commit/712ff6e927ed7d760af2dfe821e66a5a954027da)) +* Resolve Debug at DEBUG level logging ([#174](https://github.com/spotify/confidence-sdk-swift/issues/174)) ([558c811](https://github.com/spotify/confidence-sdk-swift/commit/558c8112210b16572f76f2636c1fdaafe1a4bdb6)) + ## [1.0.1](https://github.com/spotify/confidence-sdk-swift/compare/1.0.0...1.0.1) (2024-11-06) diff --git a/README.md b/README.md index cc2a58b2..e45e2e9c 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.0.1") +.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "1.1.0") ``` diff --git a/Sources/Confidence/Confidence.swift b/Sources/Confidence/Confidence.swift index 64aadbc4..05127b70 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.0.1") // x-release-please-version + version: "1.1.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 7bb19d00..92961d57 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.0.1") +.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "1.1.0") ```