forked from TrueCloudLab/frostfs-api-go
Merge tag 'v0.4.2' into develop
Release v0.4.2
This commit is contained in:
commit
f133a67696
1 changed files with 6 additions and 0 deletions
|
@ -1,6 +1,11 @@
|
|||
# Changelog
|
||||
This is the changelog for NeoFS API
|
||||
|
||||
## [0.4.2] - 2020-03-16
|
||||
|
||||
### Fixed
|
||||
- NPE bug with CID method of object.PutRequest
|
||||
|
||||
## [0.4.1] - 2020-03-02
|
||||
|
||||
### Changed
|
||||
|
@ -204,3 +209,4 @@ Initial public release
|
|||
[0.3.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.1...v0.3.2
|
||||
[0.4.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.3.2...v0.4.0
|
||||
[0.4.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.4.0...v0.4.1
|
||||
[0.4.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.4.1...v0.4.2
|
||||
|
|
Loading…
Reference in a new issue