From 8f9391b995ed90de4b319f5fa5653b37f1e5afed Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 15 May 2020 15:53:21 +0300 Subject: [PATCH] Update changelog for v0.7.5 --- CHANGELOG.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb6c276..25a4053 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.7.5] - 2020-05-15 + +### Added + +- `OwnerKey` bytes field to `service.Token.TokenInfo` message. + + ## [0.7.4] - 2020-05-08 ### Added @@ -81,4 +88,5 @@ [0.7.1]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.0...v0.7.1 [0.7.2]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.1...v0.7.2 [0.7.3]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.2...v0.7.3 -[0.7.4]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.3...v0.7.4 \ No newline at end of file +[0.7.4]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.3...v0.7.4 +[0.7.5]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.4...v0.7.5 \ No newline at end of file