Skip to content

Commit

Permalink
Prepare v1.14.1 release (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeGoldsmith authored Sep 24, 2020
1 parent ed5053b commit c0c1685
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# libhoney Changelog

## 1.14.1 2020-9-24

- Add .editorconfig to help provide consistent IDE styling (#99)

## 1.14.0 2020-09-01

- Documentation - document potential failures if pendingWorkCapacity not specified
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.14.0"
version = "1.14.1"

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

0 comments on commit c0c1685

Please sign in to comment.