Release v0.4.0

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2022-08-30 10:45:36 +03:00 committed by Alex Vanin
parent 47e061a440
commit ebe2c19bdb
2 changed files with 15 additions and 2 deletions

View file

@ -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

View file

@ -1 +1 @@
v0.3.0
v0.4.0