Skip to content

Commit

Permalink
chore(main): release 0.1.2 (#63)
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] authored Nov 16, 2023
1 parent e1cb474 commit 843f7b3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.1.1"}
{".":"0.1.2"}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/spotify/confidence-openfeature-provider-swift/compare/0.1.1...0.1.2) (2023-11-16)


### ✨ New Features

* Add SDK id and version to requests ([#62](https://github.com/spotify/confidence-openfeature-provider-swift/issues/62)) ([e1cb474](https://github.com/spotify/confidence-openfeature-provider-swift/commit/e1cb4747b31989b43ac5a33f4022e162f93942c0))

## [0.1.1](https://github.com/spotify/confidence-openfeature-provider-swift/compare/v0.1.0...0.1.1) (2023-11-15)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ the relevant OpenFeature SDK dependency manually.
<!---x-release-please-start-version-->
In the dependencies section of Package.swift add:
```swift
.package(url: "[email protected]:spotify/confidence-openfeature-provider-swift.git", from: "0.1.1")
.package(url: "[email protected]:spotify/confidence-openfeature-provider-swift.git", from: "0.1.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 @@ -395,7 +395,7 @@ extension ConfidenceFeatureProvider {
extension ConfidenceFeatureProvider {
public struct Builder {
var options: ConfidenceClientOptions
let metadata = ConfidenceMetadata(version: "0.1.1") // x-release-please-version
let metadata = ConfidenceMetadata(version: "0.1.2") // x-release-please-version
var session: URLSession?
var localOverrides: [String: LocalOverride] = [:]
var storage: Storage = DefaultStorage.resolverFlagsCache()
Expand Down

0 comments on commit 843f7b3

Please sign in to comment.