Skip to content

Commit 3ee9527

Browse files
bumped argus, bascule (#581)
1 parent e1222d3 commit 3ee9527

File tree

3 files changed

+18
-63
lines changed

3 files changed

+18
-63
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9+
## [v1.11.8]
10+
- Bumped bascule and argus versions. []()
911

1012
## [v1.11.7]
1113
- Deprecate basculechecks and basculemetrics packages. [#578](https://github.com/xmidt-org/webpa-common/pull/578)
@@ -204,7 +206,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
204206
- The first official release. We will be better about documenting changes
205207
moving forward.
206208

207-
[Unreleased]: https://github.com/xmidt-org/webpa-common/compare/v1.11.7...HEAD
209+
[Unreleased]: https://github.com/xmidt-org/webpa-common/compare/v1.11.8...HEAD
210+
[v1.11.8]: https://github.com/xmidt-org/webpa-common/compare/v1.11.7...v1.11.8
208211
[v1.11.7]: https://github.com/xmidt-org/webpa-common/compare/v1.11.6...v1.11.7
209212
[v1.11.6]: https://github.com/xmidt-org/webpa-common/compare/v1.11.5...v1.11.6
210213
[v1.11.5]: https://github.com/xmidt-org/webpa-common/compare/v1.11.4...v1.11.5

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ require (
2727
github.com/spf13/viper v1.7.1
2828
github.com/stretchr/testify v1.7.0
2929
github.com/ugorji/go/codec v1.1.7
30-
github.com/xmidt-org/argus v0.3.16-0.20210510235618-dc9d9b848b40
31-
github.com/xmidt-org/bascule v0.9.1-0.20210506212507-4df8762472bc
30+
github.com/xmidt-org/argus v0.4.0
31+
github.com/xmidt-org/bascule v0.10.1
3232
github.com/xmidt-org/candlelight v0.0.5
3333
github.com/xmidt-org/themis v0.4.7
3434
github.com/xmidt-org/wrp-go/v3 v3.0.1

0 commit comments

Comments
 (0)