Skip to content

Commit

Permalink
prepare v1.15.6 release (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Nov 3, 2021
1 parent 3de63cc commit d3dd044
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.15.6 2021-11-03

### Fixed

- Ensure valid JSON even when individual events in a batch can't be marshalled (#151)

### Maintenance

- empower apply-labels action to apply labels (#150)
- add min go version to readme (#147)
- update certs in old CI image (#148)
- ci: remove buildevents from nightly (#144)
- ci: secrets management (#142)

## 1.15.5 2021-09-27

### Fixed
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.5"
version = "1.15.6"

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

0 comments on commit d3dd044

Please sign in to comment.