diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b2d633..ffc60a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/libhoney.go b/libhoney.go index b11b09f..088f88c 100644 --- a/libhoney.go +++ b/libhoney.go @@ -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