From 7521bf6b9083976aaa812cd70b5ff2883bacc25c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 11:13:08 +0000 Subject: [PATCH] chore(main): release 0.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ README.md | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b823057..64c0d41 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.2.3"} \ No newline at end of file +{".":"0.3.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 60b8d3a..827dc36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [0.3.0](https://github.com/spotify/confidence-sdk-go/compare/v0.2.3...v0.3.0) (2024-09-10) + + +### ⚠ BREAKING CHANGES + +* Add custom baseURL config for resolve ([#62](https://github.com/spotify/confidence-sdk-go/issues/62)) + +### ✨ New Features + +* Add custom baseURL config for resolve ([#62](https://github.com/spotify/confidence-sdk-go/issues/62)) ([782cdca](https://github.com/spotify/confidence-sdk-go/commit/782cdca24466ce6a54bdd68c869a464daf52a72a)) + ## [0.2.3](https://github.com/spotify/confidence-sdk-go/compare/v0.2.2...v0.2.3) (2024-06-18) diff --git a/README.md b/README.md index 67b68d5..b7284c1 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.3 + github.com/spotify/confidence-sdk-go v0.3.0 ) ```