From 1e5b5f47b4f438272628fc36f2888a67f352ec5b Mon Sep 17 00:00:00 2001 From: Denis Kirillov Date: Mon, 15 Aug 2022 13:20:43 +0300 Subject: [PATCH] Release v0.3.0 Signed-off-by: Denis Kirillov --- CHANGELOG.md | 11 ++++++++++- VERSION | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 31211c5..bae2d9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,18 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.3.0] "Thunder Bluff" - 2022-08-15 + ### Added - CORS headers (#39) - Expose metrics (#44) - Documentation for default params (#45) +- Route to get NeoFS balance (#33) +- New field for object search response (#40) +- Building in docker (#46) + +### Removed +- Drop GO111MODULE from builds (#34) ## [0.2.1] "Razor Hill" - 2022-07-22 @@ -35,4 +43,5 @@ Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/rel [0.2.1]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.2.1 [0.2.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.1.0...v0.2.0 -[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...master +[0.3.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.2.0...v0.3.0 +[Unreleased]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.3.0...master diff --git a/VERSION b/VERSION index 22c08f7..268b033 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.2.1 +v0.3.0