Skip to content

Commit

Permalink
rel: Prepare v0.10.0 release (#194)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the next release of this library.

## Short description of the changes

- Update version to v0.10.0
- Add changelog entry (and missing one for v0.9.0)

---------

Co-authored-by: Mike Goldsmth <goldsmith.mike@gmail.com>
  • Loading branch information
jharley and MikeGoldsmith authored Mar 7, 2024
1 parent 7c93a76 commit d5f29a5
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 3 deletions.
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)

### 💥 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
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ It makes getting started with OpenTelemetry and Honeycomb easier!

Latest release built with:

- [OpenTelemetry v1.21.0/v0.44.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.21.0)
- [OTel Config v1.13.0](https://github.com/honeycombio/otel-config-go/releases/tag/v1.13.0)
- [OpenTelemetry v1.23/v0.48.0](https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.23.0)
- [OTel Config v1.13.1](https://github.com/honeycombio/otel-config-go/releases/tag/v1.13.1)

Minimum Go Version: `1.20`

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"
)

0 comments on commit d5f29a5

Please sign in to comment.