From 3bb1b0214f849ad7ad34c75a68c6de7c6993b2b8 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 8 May 2020 10:32:35 +0300 Subject: [PATCH] Update changelog for v0.7.4 --- CHANGELOG.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 79f9afa..eb6c276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.7.4] - 2020-05-08 + +### Added + +- `service.TokenLifetime` message. + +### Changed + +- `service.Token` structure. +- `session.Session.Create` RPC signature. +- `session.CreateRequest` structure. +- `session.CreateResponse` structure. + ## [0.7.3] - 2020-04-28 ### Changed @@ -67,4 +80,5 @@ [0.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.6.1...v0.7.0 [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 \ No newline at end of file +[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