Skip to content

Commit

Permalink
rel: prepare 0.8.1 (#161)
Browse files Browse the repository at this point in the history
  • Loading branch information
vreynolds authored Sep 22, 2023
1 parent 93ca7d5 commit 30f6b5b
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Honeycomb OpenTelemetry Distro Changelog

## v0.8.1 (2023-09-22)

### Maintenance

- maint(deps): bump go.opentelemetry.io/otel/exporters/stdout/stdouttrace from 1.16.0 to 1.18.0 (#160)
- maint(deps): bump github.com/honeycombio/otel-config-go from 1.12.0 to 1.12.1 (#159)

## v0.8.0 (2023-08-16)

### 💥 Breaking Changes 💥
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ It makes getting started with OpenTelemetry and Honeycomb easier!

Latest release built with:

- [OpenTelemetry v1.16.0/v0.39.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.16.0)
- [OpenTelemetry v1.18.0/v0.41.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.18.0)

## Why would I want to use this?

Expand Down
2 changes: 1 addition & 1 deletion honeycomb.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const (
honeycombDistroVersionKey = "honeycomb.distro.version"
honeycombDistroRuntimeVersionKey = "honeycomb.distro.runtime_version"
otlpProtoVersionHeader = "x-otlp-version"
otlpProtoVersionValue = "0.19.0"
otlpProtoVersionValue = "1.0.0"
)

func init() {
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@
package honeycomb

var (
Version string = "0.8.0"
Version string = "0.8.1"
)

0 comments on commit 30f6b5b

Please sign in to comment.