Skip to content

Commit

Permalink
chore(main): release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 10, 2024
1 parent 89dd834 commit 66aa9d9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{".":"0.3.0"}
{".":"0.4.0"}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This repo contains the [Confidence](https://confidence.spotify.com/) Go SDK.
<!---x-release-please-start-version-->
```
require (
github.com/spotify/confidence-sdk-go v0.3.0
github.com/spotify/confidence-sdk-go v0.4.0
)
```
<!---x-release-please-end-->
Expand Down

0 comments on commit 66aa9d9

Please sign in to comment.