Skip to content

Commit

Permalink
chore(main): release 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 5, 2024
1 parent 49aa011 commit 1de0c6e
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.2.4"}
{".":"0.2.5"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.2.5](https://github.com/spotify/confidence-sdk-swift/compare/0.2.4...0.2.5) (2024-07-05)


### 📚 Documentation

* update readme ([#153](https://github.com/spotify/confidence-sdk-swift/issues/153)) ([9e49bb0](https://github.com/spotify/confidence-sdk-swift/commit/9e49bb01c112a887c6892101c379a3764d48799e))

## [0.2.4](https://github.com/spotify/confidence-sdk-swift/compare/0.2.3...0.2.4) (2024-07-02)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ If your app is using some of the features of Swift 6, we recommend setting the *
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.2.4")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.2.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 @@ -350,7 +350,7 @@ extension Confidence {
region: region)
let metadata = ConfidenceMetadata(
name: sdkId,
version: "0.2.4") // x-release-please-version
version: "0.2.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: "0.2.4")
.package(url: "[email protected]:spotify/confidence-sdk-swift.git", from: "0.2.5")
```
<!---x-release-please-end-->

Expand Down

0 comments on commit 1de0c6e

Please sign in to comment.