Skip to content

Commit

Permalink
chore(main): release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jun 7, 2024
1 parent d295ffa commit 4b7e5e3
Show file tree
Hide file tree
Showing 5 changed files with 21 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.1"}
{".":"0.2.2"}
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

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


### 🐛 Bug Fixes

* targeting_key conversion ([#136](https://github.com/spotify/confidence-sdk-swift/issues/136)) ([d295ffa](https://github.com/spotify/confidence-sdk-swift/commit/d295ffa81cce2bb0ef611caea6661319541ac40c))


### 📚 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/ConfidenceProvider/ConfidenceFeatureProvider.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ConfidenceFeatureProvider: FeatureProvider {
) {
let metadata = ConfidenceMetadata(
name: "SDK_ID_SWIFT_PROVIDER",
version: "0.2.1") // x-release-please-version
version: "0.2.2") // x-release-please-version
self.metadata = Metadata(name: metadata.name)
self.initializationStrategy = initializationStrategy
self.confidence = confidence
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 4b7e5e3

Please sign in to comment.