Skip to content

Commit

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

- Release `v0.0.7-alpha`

## Short description of the changes
- update version
- update changelog
  • Loading branch information
pkanal authored Sep 5, 2023
1 parent 129317e commit d72dfa8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Honeycomb eBPF Agent changelog

## [0.0.7-alpha] - 2023-08-30

### Maintenance

- maint: add debug telemetry (#136) | @pkanal
- chore: log when we've got an event where time's gone wobbly (#137) | @robbkidd
- docs: add Quickstart docs and example (#89) | @JamieDanielson

## [0.0.6-alpha] - 2023-08-24

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

const Version string = "0.0.6-alpha"
const Version string = "0.0.7-alpha"
const defaultDataset = "hny-ebpf-agent"
const defaultEndpoint = "https://api.honeycomb.io"

Expand Down

0 comments on commit d72dfa8

Please sign in to comment.