Skip to content

Commit

Permalink
rel: Prepare v1.23.1 release (#250)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of the package for publishing.

## Short description of the changes
- Add changelog entry
- Update version to 1.23.1
  • Loading branch information
MikeGoldsmith authored Jun 13, 2024
1 parent 9f4f37c commit 31d1f0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# libhoney Changelog

## 1.23.1 2024-06-13

### Fixes

- fix: Build the URL using url.JoinPath instead of path.Join (#249) | @MikeGoldsmith

## 1.23.0 2024-06-10

### ⚠️ Breaking Changes ⚠️
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

const (
Version string = "1.23.0"
Version string = "1.23.1"
)

0 comments on commit 31d1f0f

Please sign in to comment.