Skip to content

Commit 9ef17b2

Browse files
chore(main): release 1.3.1 (#200)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 883f512 commit 9ef17b2

File tree

5 files changed

+17
-4
lines changed

5 files changed

+17
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"1.3.0"}
1+
{".":"1.3.1"}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [1.3.1](https://github.com/spotify/confidence-sdk-swift/compare/1.3.0...1.3.1) (2025-06-18)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* improve taskmanager thread safety ([#201](https://github.com/spotify/confidence-sdk-swift/issues/201)) ([883f512](https://github.com/spotify/confidence-sdk-swift/commit/883f5122ab33dcdfaf79ad31434e84180d4313b4))
9+
10+
11+
### 📚 Documentation
12+
13+
* update flag name ([#195](https://github.com/spotify/confidence-sdk-swift/issues/195)) ([1d42190](https://github.com/spotify/confidence-sdk-swift/commit/1d4219053667617b27683bcd0c077610643f9d0a))
14+
* update open feature sdk url ([#194](https://github.com/spotify/confidence-sdk-swift/issues/194)) ([ca493de](https://github.com/spotify/confidence-sdk-swift/commit/ca493de4a70ed8410d541a38921d9311707fde30))
15+
316
## [1.3.0](https://github.com/spotify/confidence-sdk-swift/compare/1.2.0...1.3.0) (2025-04-28)
417

518

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Functionalities:
1919
<!---x-release-please-start-version-->
2020
In the dependencies section of Package.swift add:
2121
```swift
22-
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.3.0")
22+
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.3.1")
2323
```
2424
<!---x-release-please-end-->
2525

Sources/Confidence/Confidence.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ extension Confidence {
468468
timeoutIntervalForRequest: timeout)
469469
let metadata = ConfidenceMetadata(
470470
name: sdkId,
471-
version: "1.3.0") // x-release-please-version
471+
version: "1.3.1") // x-release-please-version
472472
let uploader = RemoteConfidenceClient(
473473
options: options,
474474
metadata: metadata,

Sources/ConfidenceProvider/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ If you want to use OpenFeature, an OpenFeature Provider for the [OpenFeature SDK
88
<!---x-release-please-start-version-->
99
In the dependencies section of Package.swift add:
1010
```swift
11-
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.3.0")
11+
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.3.1")
1212
```
1313
<!---x-release-please-end-->
1414

0 commit comments

Comments
 (0)