From 907567cf9d43aad4c015a8758a7d53d755e76213 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Mon, 8 Jul 2024 19:16:12 +0200
Subject: [PATCH] chore(main): release 0.2.0 (#41)
---
.release-please-manifest.json | 2 +-
CHANGELOG.md | 22 ++++++++++++++++++++++
README.md | 6 +++---
version.txt | 2 +-
4 files changed, 27 insertions(+), 5 deletions(-)
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 @@
-
-
+
+
@@ -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