Skip to content

Commit

Permalink
prepare v1.15.3 release (#126)
Browse files Browse the repository at this point in the history
Updates version to 1.5.3 and adds change log entry.
  • Loading branch information
MikeGoldsmith committed Jun 2, 2021
1 parent 6591f04 commit b7f8afb
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# libhoney Changelog

## 1.15.3 2021-06-02

### Improvements

- Add more context to batch response parsing error (#116)

### Maintenance

- Add go 1.15 & 1.16 to the testing matrix (#114, #119)

## 1.15.2 2021-01-22

NOTE: v1.15.1 may cause update warnings due to checksum error, please use v1.15.2 instead.
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.2"
version = "1.15.3"

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

0 comments on commit b7f8afb

Please sign in to comment.