diff --git a/CHANGELOG.md b/CHANGELOG.md index d9a680f..a595330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ This document outlines major changes between releases. ## [Unreleased] +## [0.4.0] "Shadowglen" - 2022-08-30 + +### Fixed +- NeoFS client metrics (#52) +- Panic in go1.19 build (#53) +- Add CORS Allow-Origin header (#56) + +### Added +- Canned ACL in container info (#38) +- Native bearer token support (#32) +- `Keys` target in extended ACL (#54) + ### Changed - Unify application version format (#49) @@ -47,4 +59,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 [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 +[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 diff --git a/VERSION b/VERSION index 268b033..fb7a04c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.3.0 +v0.4.0