From 1012a3c6a418183bdf75d50b30f0bdc6260977ec Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 16 May 2022 15:23:22 +0300 Subject: [PATCH] Release v0.21.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f158007..0eda445 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ This document outlines major changes between releases. +## [0.21.1] - 2022-05-16 + +### Changed +- Update go version to go1.17 (#427) +- Set homomorphic hashing disable attribute in container if required (#435) + ## [0.21.0] - 2022-05-13 ### Added @@ -202,4 +208,5 @@ releases. [0.18.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.17.0...v0.18.0 [0.19.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.18.0...v0.19.0 [0.20.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.19.0...v0.20.0 -[0.21.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.20.0...v0.21.0 \ No newline at end of file +[0.21.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.20.0...v0.21.0 +[0.21.1]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.21.0...v0.21.1 diff --git a/VERSION b/VERSION index 759e855..40c8500 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.21.0 +v0.21.1