From 2c2540b13488558461f50d9a108f1d4913287a6b Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 29 Nov 2022 18:07:23 +0300 Subject: [PATCH] Release v0.25.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 9 +++++++-- VERSION | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ffdca1ea..4c606cf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,16 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.25.1] - 2022-10-30 + ### Fixed - Empty bucket policy (#740) - Big object removal (#749) +- Checksum panic (#741) ### Added -- Timeout for individual operations in streaming RPC (#740) +- Debian packaging (#737) +- Timeout for individual operations in streaming RPC (#750) ## [0.25.0] - 2022-10-31 @@ -367,4 +371,5 @@ releases. [0.23.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.22.0...v0.23.0 [0.24.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.23.0...v0.24.0 [0.25.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.24.0...v0.25.0 -[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.25.0...master +[0.25.0]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.25.0...v0.25.1 +[Unreleased]: https://github.com/nspcc-dev/neofs-s3-gw/compare/v0.25.1...master diff --git a/VERSION b/VERSION index 5bd9725a..70449b9e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.25.0 +v0.25.1