Skip to content

Commit

Permalink
Prepare v1.17.1 release (#202)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v1.17.1 release.

## Short description of the changes
- Updates libhoney version to 1.17.1
- Adds changelog entry
  • Loading branch information
MikeGoldsmith authored Oct 19, 2022
1 parent 5c60d6d commit f664d4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# libhoney Changelog

## 1.17.1 2022-10-19

### Fixed

- Pre-define field map capacities (#197) | [lizthegrey](https://github.com/lizthegrey)

### Maintenance

- Add release file (#199) | [@vreynolds](https://github.com/vreynolds)
- Add new project workflow (#196) | [@vreynolds](https://github.com/vreynolds)

## 1.17.0 2022-09-23

### Enhancements
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.17.0"
version = "1.17.1"

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

0 comments on commit f664d4a

Please sign in to comment.