Skip to content

Commit 19fe73b

Browse files
chore(main): release 1.4.1 (#213)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44704f4 commit 19fe73b

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-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.4.0"}
1+
{".":"1.4.1"}

CHANGELOG.md

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

3+
## [1.4.1](https://github.com/spotify/confidence-sdk-swift/compare/1.4.0...1.4.1) (2025-07-01)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* Race condition and possible data inconsistencies ([#212](https://github.com/spotify/confidence-sdk-swift/issues/212)) ([44704f4](https://github.com/spotify/confidence-sdk-swift/commit/44704f454f9fbb5c766aba4777c242a3b3be50b1))
9+
310
## [1.4.0](https://github.com/spotify/confidence-sdk-swift/compare/1.3.1...1.4.0) (2025-06-30)
411

512

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.4.0")
22+
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.4.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.4.0") // x-release-please-version
471+
version: "1.4.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.4.0")
11+
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.4.1")
1212
```
1313
<!---x-release-please-end-->
1414

0 commit comments

Comments
 (0)