From 590eb4ea7ed6e352867dc901bef8e9f0326a4746 Mon Sep 17 00:00:00 2001 From: Evgeniy Kulikov Date: Fri, 10 Apr 2020 09:53:00 +0300 Subject: [PATCH] CHANGELOG --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e9d098..700ffcc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ # Changelog 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 ### 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.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.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v0.6.0...v0.6.1