From a213e54c19e07f1b3e6432f34cffd9de6641a11d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Feb 2023 16:00:55 +0000 Subject: [PATCH 1/4] chore(main): release 2.0.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2601677b..65f558e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.0" + ".": "2.0.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b73eebf..9fe83528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Changelog +## [2.0.0](https://github.com/open-feature/go-sdk/compare/v1.1.0...v2.0.0) (2023-02-02) + + +### ⚠ BREAKING CHANGES + +* upgrade Go to 1.18 ([#140](https://github.com/open-feature/go-sdk/issues/140)) + +### Features + +* add STATIC, CACHED reasons ([#136](https://github.com/open-feature/go-sdk/issues/136)) ([ffdde63](https://github.com/open-feature/go-sdk/commit/ffdde638926e7f68837fd160c45fdc6cf1b34687)) +* upgrade Go to 1.18 ([#140](https://github.com/open-feature/go-sdk/issues/140)) ([c4c3c82](https://github.com/open-feature/go-sdk/commit/c4c3c828e581bdc3a29b4ec7859e1688ad9d9554)) + + +### Bug Fixes + +* **deps:** update module github.com/open-feature/flagd to v0.3.1 ([#137](https://github.com/open-feature/go-sdk/issues/137)) ([7f2652f](https://github.com/open-feature/go-sdk/commit/7f2652fcbbf26f962a902fd85945e5093d796f16)) +* **deps:** update module github.com/open-feature/flagd to v0.3.2 ([#145](https://github.com/open-feature/go-sdk/issues/145)) ([2f20979](https://github.com/open-feature/go-sdk/commit/2f20979e0c25a54710ac27759688c7824bf22429)) +* **deps:** update module github.com/open-feature/flagd to v0.3.4 ([#149](https://github.com/open-feature/go-sdk/issues/149)) ([31bd8b7](https://github.com/open-feature/go-sdk/commit/31bd8b7cc73279a58cb329f4d2f16064c1115e5a)) +* **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.3 ([#144](https://github.com/open-feature/go-sdk/issues/144)) ([1b9fd94](https://github.com/open-feature/go-sdk/commit/1b9fd94537c95e4ef53b24c24e5dc6e63026f71e)) +* **deps:** update module github.com/open-feature/go-sdk-contrib/providers/flagd to v0.1.4 ([#146](https://github.com/open-feature/go-sdk/issues/146)) ([a45f288](https://github.com/open-feature/go-sdk/commit/a45f2888493f86759fbd513d3e06480ec83c30be)) +* validate that a flag key is valid UTF-8 & implemented fuzzing tests ([#141](https://github.com/open-feature/go-sdk/issues/141)) ([e3e7f82](https://github.com/open-feature/go-sdk/commit/e3e7f829c978a706297365bb72492785be09f39c)) + ## [1.1.0](https://github.com/open-feature/go-sdk/compare/v1.0.1...v1.1.0) (2023-01-10) From ce0a92518ad88a2c777ec1e17570622d3179d3d1 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 2 Feb 2023 11:06:42 -0500 Subject: [PATCH 2/4] Update CHANGELOG.md Signed-off-by: Todd Baert --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe83528..d8d224d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [2.0.0](https://github.com/open-feature/go-sdk/compare/v1.1.0...v2.0.0) (2023-02-02) +## [1.2.0](https://github.com/open-feature/go-sdk/compare/v1.1.0...v1.2.0) (2023-02-02) ### ⚠ BREAKING CHANGES From d5f1a3af91ac5f827bfbd50e2ccb2b87fd34f085 Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 2 Feb 2023 11:06:49 -0500 Subject: [PATCH 3/4] Update .release-please-manifest.json Signed-off-by: Todd Baert --- .release-please-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 65f558e7..d0ab6645 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.0.0" + ".": "1.2.0" } \ No newline at end of file From 4a52c9a96066a9d0097e613c177862de007e32ae Mon Sep 17 00:00:00 2001 From: Todd Baert Date: Thu, 2 Feb 2023 12:17:54 -0500 Subject: [PATCH 4/4] Update CHANGELOG.md Signed-off-by: Todd Baert --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d8d224d1..a280e012 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,9 +3,9 @@ ## [1.2.0](https://github.com/open-feature/go-sdk/compare/v1.1.0...v1.2.0) (2023-02-02) -### ⚠ BREAKING CHANGES +### ⚠ NOTE -* upgrade Go to 1.18 ([#140](https://github.com/open-feature/go-sdk/issues/140)) +* upgraded Go version to 1.18 ([#140](https://github.com/open-feature/go-sdk/issues/140)) ### Features