From 061d8cb484ef6f535a0630904be30c98cb8586dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 10:59:31 +0000 Subject: [PATCH] chore(main): release 1.0.2 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 2 +- Sources/Confidence/Confidence.swift | 2 +- Sources/ConfidenceProvider/README.md | 2 +- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7dca81b7..2f3104c5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"1.0.1"} +{".":"1.0.2"} diff --git a/CHANGELOG.md b/CHANGELOG.md index 79b20ffd..9a9f7123 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.2](https://github.com/spotify/confidence-sdk-swift/compare/1.0.1...1.0.2) (2024-11-08) + + +### 🐛 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)) + ## [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..613ffcd0 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.0.2") ``` diff --git a/Sources/Confidence/Confidence.swift b/Sources/Confidence/Confidence.swift index f5e5dc75..5488ce42 100644 --- a/Sources/Confidence/Confidence.swift +++ b/Sources/Confidence/Confidence.swift @@ -400,7 +400,7 @@ extension Confidence { timeoutIntervalForRequest: timeout) let metadata = ConfidenceMetadata( name: sdkId, - version: "1.0.1") // x-release-please-version + version: "1.0.2") // 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..d9a26057 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.0.2") ```