From 9480742d7b0d5a41673870683b4bddfe7090e9a0 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Fri, 18 Dec 2020 16:04:36 +0300 Subject: [PATCH] Update changelog for v1.21.1 Signed-off-by: Leonard Lyubich --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 108f995..21634d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [1.21.1] - 2020-12-18 + +Support neofs-api v2.1.1. + +### Added + +- `client.GetVerifiedContainerStructure` function to check + that the container structure matches the requested identifier. + ## [1.21.0] - 2020-12-11 - Modo (모도, 茅島) ### Added @@ -457,3 +466,4 @@ Initial public release [1.20.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.1...v1.20.2 [1.20.3]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.2...v1.20.3 [1.21.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.20.3...v1.21.0 +[1.21.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.21.0...v1.21.1