From 363a21c5b9a79795388d7e4852e27f05458e15c9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 18 Jun 2024 13:40:54 +0200 Subject: [PATCH] chore(main): release 0.2.3 (#58) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ README.md | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9a31626..b823057 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.2"} \ No newline at end of file +{".":"0.2.3"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ce477e..60b8d3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.2.3](https://github.com/spotify/confidence-sdk-go/compare/v0.2.2...v0.2.3) (2024-06-18) + + +### 🐛 Bug Fixes + +* Context structure ([#59](https://github.com/spotify/confidence-sdk-go/issues/59)) ([d56de80](https://github.com/spotify/confidence-sdk-go/commit/d56de80f6d81273b384f4761ada458c55017c948)) +* default type should be a map ([#60](https://github.com/spotify/confidence-sdk-go/issues/60)) ([23ed8ad](https://github.com/spotify/confidence-sdk-go/commit/23ed8ad7e272c4d62459854763213946a68f6034)) + + +### 📚 Documentation + +* fixup docs with correct imports ([#57](https://github.com/spotify/confidence-sdk-go/issues/57)) ([a2047c9](https://github.com/spotify/confidence-sdk-go/commit/a2047c98b7c19d6b202add4e152fb41a19de8d78)) + ## [0.2.2](https://github.com/spotify/confidence-sdk-go/compare/v0.2.1...v0.2.2) (2024-05-24) diff --git a/README.md b/README.md index a4019f2..e09b80c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ and get familiar with the concepts. ``` require ( - github.com/spotify/confidence-sdk-go v0.2.2 + github.com/spotify/confidence-sdk-go v0.2.3 ) ```