Skip to content

Commit

Permalink
Merge branch 'pre_release/v0.12.0' into chore/update-otel-1.34
Browse files Browse the repository at this point in the history
  • Loading branch information
riandyrn authored Jan 18, 2025
2 parents 8707073 + 75a8bab commit 4ec4951
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

## [0.12.0] - 2025-01-18

### Changed

- Upgrade `go.opentelemetry.io/otel`, `go.opentelemetry.io/otel/sdk`, `go.opentelemetry.io/otel/trace`, `go.opentelemetry.io/otel/metric` to `v1.34.0`. ([#87])

## [0.11.0] - 2024-11-27

### Added
Expand Down Expand Up @@ -214,6 +220,7 @@ It contains instrumentation for trace and depends on:
- Example code for a basic usage.
- Apache-2.0 license.

[#87]: https://github.com/riandyrn/otelchi/pull/87
[#74]: https://github.com/riandyrn/otelchi/pull/74
[#70]: https://github.com/riandyrn/otelchi/pull/70
[#69]: https://github.com/riandyrn/otelchi/pull/69
Expand Down Expand Up @@ -243,7 +250,8 @@ It contains instrumentation for trace and depends on:
[#2]: https://github.com/riandyrn/otelchi/pull/2
[#1]: https://github.com/riandyrn/otelchi/pull/1

[Unreleased]: https://github.com/riandyrn/otelchi/compare/v0.11.0...HEAD
[Unreleased]: https://github.com/riandyrn/otelchi/compare/v0.12.0...HEAD
[0.12.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.12.0
[0.11.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.11.0
[0.10.1]: https://github.com/riandyrn/otelchi/releases/tag/v0.10.1
[0.10.0]: https://github.com/riandyrn/otelchi/releases/tag/v0.10.0
Expand Down
2 changes: 1 addition & 1 deletion examples/multi-services/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replace github.com/riandyrn/otelchi => ../../

require (
github.com/go-chi/chi/v5 v5.1.0
github.com/riandyrn/otelchi v0.11.0
github.com/riandyrn/otelchi v0.12.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.56.0
go.opentelemetry.io/otel v1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.34.0
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package otelchi

// Version is the current release version of otelchi in use.
func Version() string {
return "0.11.0"
return "0.12.0"
}

0 comments on commit 4ec4951

Please sign in to comment.