Skip to content

Commit

Permalink
chore(main): release 0.2.2 (#134)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Jun 18, 2024
1 parent 9611e60 commit 0a4d522
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 5 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.1"}
{".":"0.2.2"}
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## [0.2.2](https://github.com/spotify/confidence-sdk-swift/compare/0.2.1...0.2.2) (2024-06-18)


### 🐛 Bug Fixes

* Confidence version auto-update ([#140](https://github.com/spotify/confidence-sdk-swift/issues/140)) ([9611e60](https://github.com/spotify/confidence-sdk-swift/commit/9611e608af7ccef7f68e58e0ab36bc26feffce20))
* Issues with context/secret trigger error ([#137](https://github.com/spotify/confidence-sdk-swift/issues/137)) ([54a674e](https://github.com/spotify/confidence-sdk-swift/commit/54a674e7ff8be4c97ad296f6bf066b8641ae95b5))
* targeting_key conversion ([#136](https://github.com/spotify/confidence-sdk-swift/issues/136)) ([d295ffa](https://github.com/spotify/confidence-sdk-swift/commit/d295ffa81cce2bb0ef611caea6661319541ac40c))


### ✨ New Features

* CreateConfidence from Provider for Metadata ([#141](https://github.com/spotify/confidence-sdk-swift/issues/141)) ([bf368df](https://github.com/spotify/confidence-sdk-swift/commit/bf368df1fba8b545b22f16a901d1ebd7b5d6fde9))


### 📚 Documentation

* track needs try ([#133](https://github.com/spotify/confidence-sdk-swift/issues/133)) ([0983035](https://github.com/spotify/confidence-sdk-swift/commit/098303518b8ca8a4c165d75b4bcb024cdc6fba18))


### 🔄 Refactoring

* remove is_foreground from event producer ([#135](https://github.com/spotify/confidence-sdk-swift/issues/135)) ([da06d45](https://github.com/spotify/confidence-sdk-swift/commit/da06d458d426825a590b4d6342f08614ceb007e4))

## [0.2.1](https://github.com/spotify/confidence-sdk-swift/compare/0.2.0...0.2.1) (2024-05-29)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Functionalities:
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "0.2.1")
.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "0.2.2")
```
<!---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 @@ -334,7 +334,7 @@ extension Confidence {
region: region)
let metadata = metadata ?? ConfidenceMetadata(
name: Confidence.sdkId,
version: "0.1.4") // x-release-please-version
version: "0.2.2") // x-release-please-version
let uploader = RemoteConfidenceClient(
options: options,
metadata: metadata
Expand Down
2 changes: 1 addition & 1 deletion Sources/ConfidenceProvider/ConfidenceFeatureProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ConfidenceFeatureProvider: FeatureProvider {
.withRegion(region: .global)
.withMetadata(metadata: ConfidenceMetadata.init(
name: providerId,
version: "0.2.1") // x-release-please-version
version: "0.2.2") // x-release-please-version
)
.build())
}
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: "git@github.com:spotify/confidence-sdk-swift.git", from: "0.2.1")
.package(url: "git@github.com:spotify/confidence-sdk-swift.git", from: "0.2.2")
```
<!---x-release-please-end-->

Expand Down

0 comments on commit 0a4d522

Please sign in to comment.