diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d957c7b..f1cf1e59 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{ ".": "0.1.0" } +{".":"0.1.1"} diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 00000000..653cb0d4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,25 @@ +# Changelog + +## [0.1.1](https://github.com/spotify/confidence-openfeature-provider-swift/compare/v0.1.0...0.1.1) (2023-11-15) + + +### โœจ New Features + +* Initialization strategy ([#55](https://github.com/spotify/confidence-openfeature-provider-swift/issues/55)) ([2c8c7f1](https://github.com/spotify/confidence-openfeature-provider-swift/commit/2c8c7f147d90e71cf9a547df2d729c680e58114c)) +* Storage check ([#61](https://github.com/spotify/confidence-openfeature-provider-swift/issues/61)) ([db74dd5](https://github.com/spotify/confidence-openfeature-provider-swift/commit/db74dd56a0946fd8439e3146ee953f7e6a0b2359)) + + +### ๐Ÿงน Chore + +* Update CODEOWNERS ([#56](https://github.com/spotify/confidence-openfeature-provider-swift/issues/56)) ([1a7b379](https://github.com/spotify/confidence-openfeature-provider-swift/commit/1a7b379fa54a04111786c71dcc1bc5a537bd9958)) +* update to use sdk from openfeature repo ([#50](https://github.com/spotify/confidence-openfeature-provider-swift/issues/50)) ([e618e31](https://github.com/spotify/confidence-openfeature-provider-swift/commit/e618e318837fec55d28137b8f99ceff1087e4c40)) + + +### ๐Ÿ“š Documentation + +* add release-please markers in readme.md ([#58](https://github.com/spotify/confidence-openfeature-provider-swift/issues/58)) ([21973d5](https://github.com/spotify/confidence-openfeature-provider-swift/commit/21973d51a51e8d6dc2796432047f82fdc51ee316)) + + +### ๐Ÿ”„ Refactoring + +* Fix swift lint warnings ([#60](https://github.com/spotify/confidence-openfeature-provider-swift/issues/60)) ([125ed50](https://github.com/spotify/confidence-openfeature-provider-swift/commit/125ed50d00a48604083ffb586d81c8663a1d5275)) diff --git a/README.md b/README.md index ffb198a6..48a1aaeb 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ the relevant OpenFeature SDK dependency manually. In the dependencies section of Package.swift add: ```swift -.package(url: "git@github.com:spotify/confidence-openfeature-provider-swift.git", from: "0.1.0") +.package(url: "git@github.com:spotify/confidence-openfeature-provider-swift.git", from: "0.1.1") ```