Skip to content

Commit

Permalink
rel: Prepare 1.24.0 release (#259)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Prepares the next release of libhoney-go.

## Short description of the changes
- Add changelog entry
- Updates version to 1.24.0
  • Loading branch information
MikeGoldsmith authored Nov 22, 2024
1 parent 0171d6b commit 2f80d6e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
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"
)

0 comments on commit 2f80d6e

Please sign in to comment.