From 2109211c55fa3cae65c189e288375097582efafb Mon Sep 17 00:00:00 2001
From: Alex Vanin <alexey@nspcc.ru>
Date: Tue, 28 Dec 2021 16:13:19 +0300
Subject: [PATCH] Release v0.27.2

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
---
 CHANGELOG.md                      | 14 ++++++++++++++
 config/testnet/docker-compose.yml |  2 +-
 2 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 037b294be7..842d73537f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,19 @@ Changelog for NeoFS Node
 
 ## [Unreleased]
 
+## [0.27.2] - 2021-12-28
+
+### Fixed
+- Goroutine leak due to infinite response message await ([neofs-api-go#366](https://github.com/nspcc-dev/neofs-api-go/pull/366))
+- Inconsistency in placement function ([neofs-sdk-go#108](https://github.com/nspcc-dev/neofs-sdk-go/pull/108))
+
+### Added
+- `ListShards` RPC in control API, available in CLI (#1043)
+- Epoch metric in Storage and Inner Ring applications (#1054)
+
+### Changed
+- Some object replication related logs were moved to DEBUG level (#1052)
+
 ## [0.27.1] - 2021-12-20
 
 ### Fixed
@@ -829,6 +842,7 @@ NeoFS-API v2.0 support and updated brand-new storage node application.
 First public review release.
 
 [Unreleased]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...master
+[0.27.2]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.1...v0.27.2
 [0.27.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.27.0...v0.27.1
 [0.27.0]: https://github.com/nspcc-dev/neofs-node/compare/v0.26.1...v0.27.0
 [0.26.1]: https://github.com/nspcc-dev/neofs-node/compare/v0.26.0...v0.26.1
diff --git a/config/testnet/docker-compose.yml b/config/testnet/docker-compose.yml
index 78f214575e..74bc06f5b3 100644
--- a/config/testnet/docker-compose.yml
+++ b/config/testnet/docker-compose.yml
@@ -3,7 +3,7 @@
 version: "2.4"
 services:
   storage01:
-    image: nspccdev/neofs-storage-testnet:0.27.1
+    image: nspccdev/neofs-storage-testnet:0.27.2
     container_name: neofs-testnet
     env_file: node_config.env
     network_mode: host