Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rel: Prepare v0.10.0 release #194

Merged
merged 2 commits into from
Mar 7, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Honeycomb OpenTelemetry Distro Changelog

## v0.10.0 (2024-03-06)

### Enhancements

- feat: support Classic Ingest Keys (#193)

### Maintenance

- maint(deps): bump go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux from 0.46.1 to 0.48.0 in /examples/webhook-listener-triggers (#188)
- maint(deps): bump the otel-dependencies group with 1 update (#186)
- maint(deps): bump go.opentelemetry.io/otel from 1.21.0 to 1.23.0 in /examples/baggage (#187)
- maint(deps): bump go.opentelemetry.io/otel from 1.21.0 to 1.23.0 (#185)
- maint(deps): bump github.com/honeycombio/otel-config-go from 1.13.0 to 1.13.1 in /examples/baggage (#180)
- maint(deps): bump github.com/honeycombio/otel-config-go from 1.13.0 to 1.13.1 in /examples/webhook-listener-triggers (#179)
- maint(deps): bump github.com/honeycombio/otel-config-go from 1.13.0 to 1.13.1 (#178)
- maint: update codeowners to pipeline-team (#177)
- maint: update codeowners to pipeline (#176)

## v0.9.0 (2023-11-23)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh damn look at me failing to update the changelog in the last release on #175 😬 Thank you!


### 💥 Breaking Changes 💥

Minimum Go Version is 1.20

### Maintenance

- maint(deps): update otel dependencies to 1.21.0 (#174)
- maint(deps): update github.com/honeycombio/otel-config-go 1.13.0 (#174)

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

### Maintenance
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.9.0"
Version string = "0.10.0"
)
Loading