Skip to content

Commit

Permalink
chore(main): release 0.3.0 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Sep 10, 2024
1 parent 782cdca commit 7560098
Show file tree
Hide file tree
Showing 3 changed files with 13 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.2.3"}
{".":"0.3.0"}
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ and get familiar with the concepts.
<!---x-release-please-start-version-->
```
require (
github.com/spotify/confidence-sdk-go v0.2.3
github.com/spotify/confidence-sdk-go v0.3.0
)
```
<!---x-release-please-end-->
Expand Down

0 comments on commit 7560098

Please sign in to comment.