From 3e83029432d693a6e3991a43121269965043c11d Mon Sep 17 00:00:00 2001 From: Victor Varza Date: Tue, 24 May 2022 16:16:09 +0300 Subject: [PATCH] release v1.0.0 (#29) Co-authored-by: Victor Varza --- CHANGELOG.md | 9 +++++++++ VERSION | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84cab1cd..eac5d04b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# 1.0.0 + +## cluster-registry-api +- Add rate limiter for /api/v1 (#27) +- Add request_id for each request (#28) + +## cluster-registry-client +- N/A + # 0.2.1 ## cluster-registry-api diff --git a/VERSION b/VERSION index 7dff5b89..afaf360d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.1 \ No newline at end of file +1.0.0 \ No newline at end of file