Skip to content

Commit

Permalink
Prepare 1.15.4 release (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Osman authored Jul 21, 2021
1 parent 2506893 commit 4596ca7
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.15.4 2021-07-21

### Maintenance

- Upgrade msgpack from v4 to v5. (#127)

## 1.15.3 2021-06-02

### Improvements
Expand Down
2 changes: 1 addition & 1 deletion libhoney.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const (
defaultSampleRate = 1
defaultAPIHost = "https://api.honeycomb.io/"
defaultDataset = "libhoney-go dataset"
version = "1.15.3"
version = "1.15.4"

// DefaultMaxBatchSize how many events to collect in a batch
DefaultMaxBatchSize = 50
Expand Down

0 comments on commit 4596ca7

Please sign in to comment.