Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alanprot committed Aug 17, 2022
1 parent d8d3d2d commit de376ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -13,6 +13,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Support Go 1.19.
Include compatibility testing and document support. (#3077)

### Fixed
- Fix misidentification of otel spanKind in opentracing bridge (`go.opentelemetry.io/otel/bridge/opentracing`)
## [1.9.0/0.0.3] - 2022-08-01

### Added
Expand Down
2 changes: 1 addition & 1 deletion bridge/opentracing/bridge_test.go
Expand Up @@ -24,9 +24,9 @@ import (
ot "github.com/opentracing/opentracing-go"
"github.com/opentracing/opentracing-go/ext"
"github.com/stretchr/testify/assert"
"go.opentelemetry.io/otel/bridge/opentracing/internal"

"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/bridge/opentracing/internal"
"go.opentelemetry.io/otel/propagation"
"go.opentelemetry.io/otel/trace"
)
Expand Down

0 comments on commit de376ad

Please sign in to comment.