Skip to content

Commit

Permalink
Prepare for v1.15.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd committed Jan 14, 2021
1 parent 0b5ed0c commit f6bbad6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# libhoney Changelog

## 1.15.1 2021-01-14

- Fix data race on dynFields length in Builder.Clone (#72)
- Update dependencies (klauspost/compress 1.11.3 -> 1.11.4)

## 1.15.0 2020-11-10

- Mask writekey when printing events (#103)
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.0"
version = "1.15.1"

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

0 comments on commit f6bbad6

Please sign in to comment.