diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 64c0d41..bb1bacd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.3.0"} \ No newline at end of file +{".":"0.4.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 827dc36..5284662 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.0](https://github.com/spotify/confidence-sdk-go/compare/v0.3.0...v0.4.0) (2024-12-10) + + +### ✨ New Features + +* logging support via slog ([#64](https://github.com/spotify/confidence-sdk-go/issues/64)) ([f118ca4](https://github.com/spotify/confidence-sdk-go/commit/f118ca426ab4d7b36ed33082b999cbd9cded50f3)) +* logging support via slog ([#68](https://github.com/spotify/confidence-sdk-go/issues/68)) ([89dd834](https://github.com/spotify/confidence-sdk-go/commit/89dd834c9780f1b5443ddb42c51426f68231e151)) + ## [0.3.0](https://github.com/spotify/confidence-sdk-go/compare/v0.2.3...v0.3.0) (2024-09-10) diff --git a/README.md b/README.md index efcbe95..6bf81f2 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repo contains the [Confidence](https://confidence.spotify.com/) Go SDK. ``` require ( - github.com/spotify/confidence-sdk-go v0.3.0 + github.com/spotify/confidence-sdk-go v0.4.0 ) ```