From a5ebc2ac6678f7a0b91ab350802d7a9b6668f6e9 Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Wed, 26 Oct 2022 13:54:25 +0300 Subject: [PATCH] Release v0.25.0 Signed-off-by: Alex Vanin --- CHANGELOG.md | 13 +++++++++++-- VERSION | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 242ee1e..3c0b71f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,17 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.25.0] - 2022-10-31 + ### Added -- Config reloading on SIGHUP (#200) +- Config reloading on SIGHUP (#200, #208) - Stop pool dial on SIGINT (#212) +- Makefile help (#213) + +### Changed +- Update NeoFS error handling (#206) +- GitHub actions updates (#205, #209) +- Unified system attribute format for GET and HEAD (#213) ## [0.24.0] - 2022-09-14 @@ -227,4 +235,5 @@ releases. [0.22.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.21.0...v0.22.0 [0.23.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.22.0...v0.23.0 [0.24.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.23.0...v0.24.0 -[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.24.0...master +[0.25.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.24.0...v0.25.0 +[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.0...master diff --git a/VERSION b/VERSION index 6897c00..5bd9725 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.24.0 +v0.25.0