From 98991d63ae7ede4f51d0c2c51310e0cc37791356 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 25 Jul 2022 17:04:09 +0300 Subject: [PATCH] Release v0.22.0 Signed-off-by: Alex Vanin --- CHANGELOG.md | 11 +++++++++++ VERSION | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cb81b9..d39f66c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ This document outlines major changes between releases. +## [0.22.0] - 2022-07-25 + +### Added +- Default params documentation (#172) +- Health metric (#175) + +### Changed +- Version output (#169) +- Updated SDK Version (#178) + ## [0.21.0] - 2022-06-20 ### Fixed @@ -179,3 +189,4 @@ releases. [0.19.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.18.0...v0.19.0 [0.20.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.19.0...v0.20.0 [0.21.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.20.0...v0.21.0 +[0.22.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.21.0...v0.22.0 diff --git a/VERSION b/VERSION index 759e855..4f27943 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.21.0 +v0.22.0