We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19cf13a commit e3c8374Copy full SHA for e3c8374
version/description
@@ -1,5 +1,3 @@
1
-v0.13.0
+v0.15.0
2
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)
+* Prepend certs instead of append (#48)
version/version.go
@@ -1,5 +1,5 @@
package version
var (
- Version = "0.13.0"
+ Version = "0.15.0"
)
0 commit comments