From c302f2b063ec8cc63dc512060beeed976318a737 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 May 2023 08:15:18 -0400 Subject: [PATCH] chore(main): release 0.6.0 (#35) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 2aca35a..4208b5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.5.0" + ".": "0.6.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b566ea..934523d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.6.0](https://github.com/ssc-spc-ccoe-cei/gcp-tools/compare/0.5.0...0.6.0) (2023-05-11) + + +### Features + +* compare setters key function ([#34](https://github.com/ssc-spc-ccoe-cei/gcp-tools/issues/34)) ([f23c1a1](https://github.com/ssc-spc-ccoe-cei/gcp-tools/commit/f23c1a1f1397939e024d095dc10914d762a00c1c)) + ## [0.5.0](https://github.com/ssc-spc-ccoe-cei/gcp-tools/compare/0.4.1...0.5.0) (2023-04-21)