From 3a1a17b8aa4120cfe0b0b631e586a0b3fb7942ff Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Fri, 7 Oct 2022 12:47:48 +0300 Subject: [PATCH] Release v0.5.0 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 8 +++++++- VERSION | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48afa12..37ee4bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,11 +4,16 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.5.0] "Undercity" - 2022-10-07 + ### Added - ACL sanity checks (#68, #69) +- Cross platform builds (#26) ### Fixed - Fix expiration epoch calculation (#62) +- Typos in Makefile (#65) +- CORS for authentication (#73) ### Changed - Update go version for build to 1.19 (#61) @@ -69,4 +74,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel [0.2.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.1.0...v0.2.0 [0.3.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.3.0 [0.4.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.3.0...v0.4.0 -[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.4.0...master +[0.5.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.4.0...v0.5.0 +[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.5.0...master diff --git a/VERSION b/VERSION index fb7a04c..b043aa6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.4.0 +v0.5.0