diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b881a39..305c150 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.1.0"} +{".":"0.2.0"} diff --git a/CHANGELOG.md b/CHANGELOG.md index f3bfd75..6491c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [0.2.0](https://github.com/open-feature/swift-sdk/compare/0.1.0...0.2.0) (2024-07-08) + + +### โš  BREAKING CHANGES + +* Add support for Flag Metadata ([#43](https://github.com/open-feature/swift-sdk/issues/43)) + +### ๐Ÿ› Bug Fixes + +* Make HookContext properties public ([#45](https://github.com/open-feature/swift-sdk/issues/45)) ([003bbb6](https://github.com/open-feature/swift-sdk/commit/003bbb66ec493664f5810334f32411014a2195a8)) + + +### โœจ New Features + +* Add support for Flag Metadata ([#43](https://github.com/open-feature/swift-sdk/issues/43)) ([7256a3c](https://github.com/open-feature/swift-sdk/commit/7256a3cf7fb62e1ab3c2671ca471d8e30f3c522f)) +* add support for provider fatal error ([#44](https://github.com/open-feature/swift-sdk/issues/44)) ([09d2871](https://github.com/open-feature/swift-sdk/commit/09d28719037b00f8bc48885270c88c93f9342644)) + + +### ๐Ÿงน Chore + +* **deps:** update dependency apple/swift-format to v510 ([#37](https://github.com/open-feature/swift-sdk/issues/37)) ([84e6f11](https://github.com/open-feature/swift-sdk/commit/84e6f11fe766bc472a9c0a086bb9befb3a4dbec8)) + ## [0.1.0](https://github.com/open-feature/swift-sdk/compare/0.0.2...0.1.0) (2024-02-02) diff --git a/README.md b/README.md index 9f4f060..c2bdac0 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ - - Release + + Release @@ -62,7 +62,7 @@ If you manage dependencies through SPM, in the dependencies section of Package.s ```swift -.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.1.0") +.package(url: "git@github.com:open-feature/swift-sdk.git", from: "0.2.0") ``` diff --git a/version.txt b/version.txt index 6e8bf73..0ea3a94 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -0.1.0 +0.2.0