Skip to content

Commit

Permalink
fixed v1 webpa-common dependency (#197)
Browse files Browse the repository at this point in the history
* fixed v1 webpa-common dependency

* prep for release
  • Loading branch information
kristinapathak authored Dec 8, 2021
1 parent 9f2c489 commit fda2d51
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [v0.6.3]
- Removed v1 webpa-common dependency that was accidentally added in v0.6.2. [#197](https://github.com/xmidt-org/talaria/pull/197)

## [v0.6.2]
- Fixed device endpoint bug, added info log for partner IDs and trust. [#196](https://github.com/xmidt-org/talaria/pull/196)

Expand Down Expand Up @@ -128,7 +131,8 @@ Switching to new build process
## [v0.1.1] Tue Mar 28 2017 Weston Schmidt - 0.1.1
- initial creation

[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.6.2...HEAD
[Unreleased]: https://github.com/xmidt-org/talaria/compare/v0.6.3...HEAD
[v0.6.3]: https://github.com/xmidt-org/talaria/compare/v0.6.2...v0.6.3
[v0.6.2]: https://github.com/xmidt-org/talaria/compare/v0.6.1...v0.6.2
[v0.6.1]: https://github.com/xmidt-org/talaria/compare/v0.6.0...v0.6.1
[v0.6.0]: https://github.com/xmidt-org/talaria/compare/v0.5.13...v0.6.0
Expand Down
2 changes: 1 addition & 1 deletion middleware.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ import (
"github.com/justinas/alice"
"github.com/segmentio/ksuid"
"github.com/xmidt-org/bascule"
"github.com/xmidt-org/webpa-common/logging"
"github.com/xmidt-org/webpa-common/v2/device"
"github.com/xmidt-org/webpa-common/v2/logging"
)

func init() {
Expand Down

0 comments on commit fda2d51

Please sign in to comment.