Skip to content

Commit

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

Prepping a release!

## Short description of the changes

- bump the version
- update the changelog
  • Loading branch information
robbkidd committed Oct 13, 2023
1 parent 5cc0ff5 commit 921c03c
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,22 @@
# Honeycomb Network Agent changelog

## [0.0.22-alpha] - 2023-10-13

### Enhancements

- feat: Add configurable list of HTTP headers to extract (#277) | @MikeGoldsmith
- feat: Enable HTTP URL recording by default (#281) | @MikeGoldsmith
- feat: capture more types of HTTP requests (#276) | @robbkidd

### Fixes

- fix: append agent info to user-agent (#283) | @vreynolds

### Maintenance

- maint(deps): bump golang.org/x/net from 0.13.0 to 0.17.0 (#282) | [dependabot[bot]](https://github.com/)
- docs: reminder to update docs when releasing (#279) | @vreynolds

## [0.0.21-alpha] - 2023-10-10

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -18,7 +18,7 @@ import (
"k8s.io/client-go/rest"
)

const Version string = "0.0.21-alpha"
const Version string = "0.0.22-alpha"

func main() {
config := config.NewConfig()
Expand Down

0 comments on commit 921c03c

Please sign in to comment.