From 71b40185a9c779e260e0abd031f32e9675b69c85 Mon Sep 17 00:00:00 2001
From: Alex Vanin <a.vanin@yadro.com>
Date: Tue, 29 Nov 2022 17:55:46 +0300
Subject: [PATCH] Release v0.25.1

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
---
 CHANGELOG.md | 6 +++++-
 VERSION      | 2 +-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index b043a9d..89c3b5b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,11 +4,14 @@ This document outlines major changes between releases.
 
 ## [Unreleased]
 
+## [0.25.1] - 2022-11-30
+
 ### Fixed
 - Download zip archive when `FilePath` is invalid (#222)
 - Only one peer must be healthy to init pool (#233)
 
 ### Added
+- Debian packaging (#223)
 - Timeout for individual operations in streaming RPC (#234)
 
 ## [0.25.0] - 2022-10-31
@@ -243,4 +246,5 @@ releases.
 [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
 [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
+[0.25.1]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.0...v0.25.1
+[Unreleased]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.25.1...master
diff --git a/VERSION b/VERSION
index 5bd9725..70449b9 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-v0.25.0
+v0.25.1