Skip to content

Commit

Permalink
updated to webpa-common v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
johnabass committed Dec 13, 2021
1 parent 7696b81 commit 99be06e
Show file tree
Hide file tree
Showing 3 changed files with 133 additions and 20 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.0.7]
- upgraded webpa-common to v2.0.4

## [v0.0.6]
- Update webpa-common to v2. [#34](https://github.com/xmidt-org/candlelight/pull/34)


## [v0.0.5]
- Add tracing factory. [#29](https://github.com/xmidt-org/candlelight/pull/29)

Expand All @@ -31,7 +32,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
- Updated the project configuration
- Initial creation

[Unreleased]: https://github.com/xmidt-org/candlelight/compare/v0.0.6..HEAD
[Unreleased]: https://github.com/xmidt-org/candlelight/compare/v0.0.7..HEAD
[v0.0.7]: https://github.com/xmidt-org/candlelight/compare/v0.0.6..v0.0.7
[v0.0.6]: https://github.com/xmidt-org/candlelight/compare/v0.0.5..v0.0.6
[v0.0.5]: https://github.com/xmidt-org/candlelight/compare/v0.0.4..v0.0.5
[v0.0.4]: https://github.com/xmidt-org/candlelight/compare/v0.0.3..v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.15

require (
github.com/stretchr/testify v1.7.0
github.com/xmidt-org/webpa-common/v2 v2.0.1
github.com/xmidt-org/webpa-common/v2 v2.0.4
go.opentelemetry.io/otel v0.19.0
go.opentelemetry.io/otel/exporters/stdout v0.19.0
go.opentelemetry.io/otel/exporters/trace/jaeger v0.19.0
Expand Down
Loading

0 comments on commit 99be06e

Please sign in to comment.