Skip to content

Commit 0ee7eb6

Browse files
author
Julien Pivotto
authored
Merge pull request #56 from roidelapluie/rel060
Release v0.6.0
2 parents a68d346 + f5b059c commit 0ee7eb6

File tree

4 files changed

+285
-223
lines changed

4 files changed

+285
-223
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.6.0 / 2021-06-30
2+
3+
* [CHANGE] Move from github.com/go-kit/kit/log to github.com/go-kit/log #55
4+
15
## 0.5.1 / 2021-01-15
26

37
This release includes a bugfix for a side-channel security issue that would

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.1
1+
0.6.0

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ go 1.14
55
require (
66
github.com/go-kit/log v0.1.0
77
github.com/pkg/errors v0.9.1
8-
github.com/prometheus/common v0.15.0
9-
golang.org/x/crypto v0.0.0-20201208171446-5f87f3452ae9
8+
github.com/prometheus/common v0.29.0
9+
golang.org/x/crypto v0.0.0-20210616213533-5ff15b29337e
1010
gopkg.in/alecthomas/kingpin.v2 v2.2.6
1111
gopkg.in/yaml.v2 v2.4.0
1212
)

0 commit comments

Comments
 (0)