Skip to content

Commit

Permalink
Release v0.16.0 (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Or Shoval <[email protected]>
  • Loading branch information
oshoval authored Jun 15, 2021
1 parent a504937 commit fcc28f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions version/description
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.15.0
v0.16.0

Add support for relationship labels.

Features:
* Relationship labels, Label self deployed resources (#51)
* manager, Fix comment copy paste (#52)

* 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.15.0"
Version = "0.16.0"
)

0 comments on commit fcc28f4

Please sign in to comment.