Skip to content

Commit fcc28f4

Browse files
authored
Release v0.16.0 (#53)
Signed-off-by: Or Shoval <[email protected]>
1 parent a504937 commit fcc28f4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

version/description

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1-
v0.15.0
1+
v0.16.0
2+
3+
Add support for relationship labels.
4+
5+
Features:
6+
* Relationship labels, Label self deployed resources (#51)
7+
* manager, Fix comment copy paste (#52)
28

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

0 commit comments

Comments
 (0)