From 23df22fe3592dae84a06c7009ee7a2a4a405e06f Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Thu, 1 Sep 2022 16:02:21 +0300 Subject: [PATCH] [#198] Add unreleased section in changelog Signed-off-by: Alex Vanin --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1fd90fc..b3bfb79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ This document outlines major changes between releases. +## Unreleased + +### Fixed +- Fix expiration epoch calculation (#198) + ## [0.23.0] - 2022-08-02 ### Added @@ -205,3 +210,4 @@ releases. [0.21.0]: https://github.com/nspcc-dev/neofs-http-gw/compare/v0.20.0...v0.21.0 [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 +[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.23.0...master