Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"1.4.4"}
{".":"1.4.5"}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.4.5](https://github.com/spotify/confidence-sdk-swift/compare/1.4.4...1.4.5) (2025-10-03)


### 🧹 Chore

* update CODEOWNERS ([#233](https://github.com/spotify/confidence-sdk-swift/issues/233)) ([3bcf41e](https://github.com/spotify/confidence-sdk-swift/commit/3bcf41ecd4afc44dd42c0727ba86cdcdd94f4295))


### 📚 Documentation

* restructure to focus on Openfeature ([#229](https://github.com/spotify/confidence-sdk-swift/issues/229)) ([53645f3](https://github.com/spotify/confidence-sdk-swift/commit/53645f3aa1243d5c2c9bca71e0268f81f7a722fe))
* update the target dependency name ([#232](https://github.com/spotify/confidence-sdk-swift/issues/232)) ([0cd672f](https://github.com/spotify/confidence-sdk-swift/commit/0cd672fb7e476fd6cb01ded26e3db67154d9e2c4))

## [1.4.4](https://github.com/spotify/confidence-sdk-swift/compare/1.4.3...1.4.4) (2025-08-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ We suggest that you use Confidence together with the [OpenFeature SDK](https://g
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.4.4")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.4.5")
```
<!---x-release-please-end-->

Expand Down
2 changes: 1 addition & 1 deletion Sources/Confidence/Confidence.swift
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ extension Confidence {
timeoutIntervalForRequest: timeout)
let metadata = ConfidenceMetadata(
name: sdkId,
version: "1.4.4") // x-release-please-version
version: "1.4.5") // x-release-please-version
let uploader = RemoteConfidenceClient(
options: options,
metadata: metadata,
Expand Down
2 changes: 1 addition & 1 deletion Sources/ConfidenceProvider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ If you want to use OpenFeature, an OpenFeature Provider for the [OpenFeature SDK
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.4.4")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "1.4.5")
```
<!---x-release-please-end-->

Expand Down