forked from TrueCloudLab/frostfs-api-go
Merge tag 'v0.7.1' into develop
Release v0.7.1
This commit is contained in:
commit
0cf8e19f36
1 changed files with 11 additions and 0 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,6 +1,16 @@
|
|||
# Changelog
|
||||
This is the changelog for NeoFS-API-Go
|
||||
|
||||
## [0.7.1] - 2020-04-20
|
||||
|
||||
### Added
|
||||
|
||||
- Method to change current node state. (`state.ChangeState`)
|
||||
|
||||
### Updated
|
||||
|
||||
- NeoFS API v0.7.1
|
||||
|
||||
## [0.7.0] - 2020-04-16
|
||||
|
||||
### Updated
|
||||
|
@ -262,3 +272,4 @@ Initial public release
|
|||
[0.6.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.6.0...v0.6.1
|
||||
[0.6.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.6.1...v0.6.2
|
||||
[0.7.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.6.2...v0.7.0
|
||||
[0.7.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.7.0...v0.7.1
|
||||
|
|
Loading…
Reference in a new issue