Skip to content

Commit e3c8374

Browse files
authored
Release v0.15.0 (#49)
Signed-off-by: Quique Llorente <[email protected]>
1 parent 19cf13a commit e3c8374

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

version/description

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
v0.13.0
1+
v0.15.0
22

3-
* Parameterize overlap at certificate cleanup (#43)
4-
* Bump ginkgo=v1.15.0 gomega=v1.10.5 (#44)
5-
* Bump to go 1.15 to get SubjectKeyId at CA certificate (#42)
3+
* Prepend certs instead of append (#48)

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package version
22

33
var (
4-
Version = "0.13.0"
4+
Version = "0.15.0"
55
)

0 commit comments

Comments
 (0)