forked from TrueCloudLab/frostfs-api
CHANGELOG
This commit is contained in:
parent
96aeb5e1e0
commit
4c4e3340d6
1 changed files with 9 additions and 1 deletions
10
CHANGELOG.md
10
CHANGELOG.md
|
@ -1,5 +1,12 @@
|
|||
# Changelog
|
||||
|
||||
## [0.6.1] - 2020-04-15
|
||||
|
||||
### Added
|
||||
|
||||
- State field into Bootstrap request.
|
||||
- Request.State enum: Unknown, Online, Offline.
|
||||
|
||||
## [0.6.0] - 2020-04-02
|
||||
|
||||
### Added
|
||||
|
@ -14,5 +21,6 @@
|
|||
|
||||
- Initial release
|
||||
|
||||
[0.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.5.0...v0.6.0
|
||||
[0.5.0]: https://github.com/nspcc-dev/neofs-api/releases/tag/v0.5.0
|
||||
[0.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.5.0...v0.6.0
|
||||
[0.6.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.0...v0.6.1
|
||||
|
|
Loading…
Reference in a new issue