Merge tag 'v0.6.1' into develop
Release v0.6.1
This commit is contained in:
commit
d499971218
1 changed files with 12 additions and 0 deletions
12
CHANGELOG.md
12
CHANGELOG.md
|
@ -1,6 +1,17 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
This is the changelog for NeoFS-API-Go
|
This is the changelog for NeoFS-API-Go
|
||||||
|
|
||||||
|
## [0.6.1] - 2020-04-10
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- License changed to Apache 2.0
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- NPE in PutRequest.CID()
|
||||||
|
|
||||||
|
|
||||||
## [0.6.0] - 2020-04-03
|
## [0.6.0] - 2020-04-03
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
@ -229,3 +240,4 @@ Initial public release
|
||||||
[0.4.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.1...v0.4.2
|
[0.4.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.1...v0.4.2
|
||||||
[0.5.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.2...v0.5.0
|
[0.5.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.4.2...v0.5.0
|
||||||
[0.6.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.5.0...v0.6.0
|
[0.6.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.5.0...v0.6.0
|
||||||
|
[0.6.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.6.0...v0.6.1
|
||||||
|
|
Loading…
Reference in a new issue