Skip to content

Commit

Permalink
rel: Prepare v1.23.0 release (#246)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Prepares the next release of this package for publishing.

## Short description of the changes
- Update version to 1.23.0
- Add changelog entry
- Update minimum go version in README to 1.19
  • Loading branch information
MikeGoldsmith authored Jun 10, 2024
1 parent efa6b7a commit 44b3e71
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
# libhoney Changelog

## 1.23.0 2024-06-10

### ⚠️ Breaking Changes ⚠️

Minimum Go version required is 1.19

### Enhancements

- feat: URL encode dataset (#242) | @MikeGoldsmith

### Maintenance

- maint: add labels to release.yml for auto-generated grouping (#241) | @JamieDanielson
- maint: Update minimum go version to 1.19 | @MikeGoldsmith
- chore: Update dependabot reviewer to pipeline-team | @MikeGoldsmith
- maint(deps): bump github.com/klauspost/compress from 1.16.6 to 1.17.8 | @dependabot
- maint(deps): bump github.com/vmihailenco/msgpack/v5 from 5.3.5 to 5.4.1 (#248) | @dependabot
- maint(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 (#247) | @dependabot

## 1.22.0 2024-03-04

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For tracing support and automatic instrumentation of Gorilla, `httprouter`, `sql

## Dependencies

Golang 1.17+
Golang 1.19+

## Contributions

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.22.0"
Version string = "1.23.0"
)

0 comments on commit 44b3e71

Please sign in to comment.