Skip to content

Commit 213d214

Browse files
authored
Release v0.12.1 (#58)
Signed-off-by: Quique Llorente <[email protected]>
1 parent 00e5a4b commit 213d214

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

version/description

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
v0.12.0
1+
v0.12.1
22

3-
Features:
4-
* Implement CAOverlapInterval options to ditch old CAs from CABunlde
5-
* Use a struct to group certificate options (#37)
6-
* Use new knob for the service certificate rotation (#34)
3+
* certs, Add Certs list size limit (#56)

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.12.0"
4+
Version = "0.12.1"
55
)

0 commit comments

Comments
 (0)