Skip to content

Commit

Permalink
release: prepare 1.17.0 (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd authored Sep 23, 2022
1 parent 7d30304 commit 039f2da
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# libhoney Changelog

## 1.17.0 2022-09-23

### Enhancements

- feat: adds a configurable event batch send timeout (#190) | [@robbkidd](https://github.com/robbkidd)

### Maintenance

- maint: add go 1.19 to CI (#189) | [@vreynolds](https://github.com/vreynolds)
- docs: add wiki manual tracing example (#188) | [@vreynolds](https://github.com/vreynolds)
- Bump github.com/klauspost/compress from 1.15.7 to 1.15.9 (#192) | [@robbkidd](https://github.com/robbkidd)

## 1.16.0 2022-07-13

There were several v2 releases that were unusable because they were incomplete according to Go's semantic versioning strategy.
Expand Down
2 changes: 1 addition & 1 deletion libhoney.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const (
defaultAPIHost = "https://api.honeycomb.io/"
defaultClassicDataset = "libhoney-go dataset"
defaultDataset = "unknown_dataset"
version = "1.16.0"
version = "1.17.0"

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

0 comments on commit 039f2da

Please sign in to comment.