Skip to content

Commit

Permalink
Release v0.15.0 (#49)
Browse files Browse the repository at this point in the history
Signed-off-by: Quique Llorente <[email protected]>
  • Loading branch information
qinqon authored Apr 28, 2021
1 parent 19cf13a commit e3c8374
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
v0.13.0
v0.15.0

* Parameterize overlap at certificate cleanup (#43)
* Bump ginkgo=v1.15.0 gomega=v1.10.5 (#44)
* Bump to go 1.15 to get SubjectKeyId at CA certificate (#42)
* Prepend certs instead of append (#48)
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package version

var (
Version = "0.13.0"
Version = "0.15.0"
)

0 comments on commit e3c8374

Please sign in to comment.