Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: Prepare 1.24.0 release #259

Merged
merged 1 commit into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# libhoney Changelog

## 1.24.0 2024-11-22

### Enhancements

- feat: improve error string for too large events (#258) | @maplebed

### Maintenance

- maint(build): add 1.23 to supported versions (#256) | @lizthegrey
- docs: update vulnerability reporting process (#253) | @robbkidd
- maint(deps): bump github.com/DataDog/zstd from 1.5.5 to 1.5.6 (#254) | @dependabot
- maint(deps): bump github.com/klauspost/compress from 1.17.8 to 1.17.9 (#251) | @dependabot
- build(deps): bump github.com/gorilla/schema from 1.2.0 to 1.4.1 in /examples/webapp (#252) | @dependabot

## 1.23.1 2024-06-13

### Fixes
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.1"
Version string = "1.24.0"
)