Skip to content

Commit

Permalink
rel: prep v0.0.16-alpha (#207)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

- new release

## Short description of the changes

- update version in main.go
- update changelog for v0.0.16-alpha

---------

Co-authored-by: Robb Kidd <robbkidd@honeycomb.io>
  • Loading branch information
JamieDanielson and robbkidd authored Sep 18, 2023
1 parent 4a7a2aa commit 66a72d7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Honeycomb Network Agent changelog

## [0.0.16-alpha] - 2023-09-18

### Fixes

- maint: Use debug instead of info for HTTP parse errors (#191) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- fix: Revert 186 and 187 for injecting version during build (#206) | [Jamie Danielson](https://github.com/JamieDanielson)
- fix: Close HTTP request & response body readers (#195) | [Mike Goldsmith](https://github.com/MikeGoldsmith)
- fix: Reuse buffer in stream reader (#200) | [Mike Goldsmith](https://github.com/MikeGoldsmith)

## [0.0.15-alpha] - 2023-09-15

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
semconv "go.opentelemetry.io/otel/semconv/v1.20.0"
)

const Version string = "0.0.15-alpha"
const Version string = "0.0.16-alpha"
const defaultDataset = "hny-network-agent"
const defaultEndpoint = "https://api.honeycomb.io"

Expand Down

0 comments on commit 66a72d7

Please sign in to comment.