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 ) ```