Skip to content

Commit

Permalink
Prepare for v1.15.1 (#108)
Browse files Browse the repository at this point in the history
Co-authored-by: Mike Goldsmith <goldsmith.mike@gmail.com>
  • Loading branch information
robbkidd and MikeGoldsmith authored Jan 15, 2021
1 parent 0b5ed0c commit 3a6e0a8
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# libhoney Changelog

## 1.15.1 2021-01-14

### Improvements

- Fix data race on dynFields length in Builder.Clone (#72)

### Maintenance

- Update dependencies
- github.com/klauspost/compress from 1.11.2 to 1.11.4 (#105, #106)

## 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 3a6e0a8

Please sign in to comment.