From d4c3187c7c1c95812efc5f628642955409421f61 Mon Sep 17 00:00:00 2001 From: Victor Varza Date: Tue, 5 Apr 2022 11:38:58 +0300 Subject: [PATCH] release v0.2.1 (#26) Co-authored-by: Victor Varza --- CHANGELOG.md | 12 ++++++++++++ VERSION | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2270bf..84cab1cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# 0.2.1 + +## cluster-registry-api +- Registration timestamp (#25) +- Add the option to read the token from disk to the performance tests (#24) +- Fix annotation format (#22) +- Add support for tokens that does not have the 'spn' prefix (#23) +- Release tag fix for the performance tests image (#21) + +## cluster-registry-client +- Fix annotation format (#22) + # 0.1.6 ## cluster-registry-api diff --git a/VERSION b/VERSION index a1922332..7dff5b89 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.6 \ No newline at end of file +0.2.1 \ No newline at end of file