forked from TrueCloudLab/frostfs-rest-gw
Release v0.2.0
Signed-off-by: Denis Kirillov <denis@nspcc.ru>
This commit is contained in:
parent
b412af2e22
commit
da97514d3a
2 changed files with 25 additions and 1 deletions
24
CHANGELOG.md
Normal file
24
CHANGELOG.md
Normal file
|
@ -0,0 +1,24 @@
|
|||
# Changelog
|
||||
|
||||
This document outlines major changes between releases.
|
||||
|
||||
## [0.2.0] "Orgrimmar" - 2022-07-22
|
||||
|
||||
### Added
|
||||
- Support macOS build (#18)
|
||||
|
||||
### Changed
|
||||
- Update version calculating (#20)
|
||||
- New error response and auth request format (#15)
|
||||
- NeoFS SDK version update (#16)
|
||||
- Set container attributes in body rather than in headers (#25)
|
||||
|
||||
### Fixed
|
||||
- Fix .env variables in sample config (#22)
|
||||
- Fix typos and examples in spec (#24)
|
||||
|
||||
## Older versions
|
||||
|
||||
Please refer to [GitHub releases](https://github.com/nspcc-dev/neofs-rest-gw/releases/) for older releases.
|
||||
|
||||
[0.2.0]: https://github.com/nspcc-dev/neofs-rest-gw/compare/v0.1.0...v0.2.0
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v0.1.0
|
||||
v0.2.0
|
||||
|
|
Loading…
Reference in a new issue