From ab60f3685be082e87179faef5cf6fe52f57b5790 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Thu, 1 Jul 2021 18:08:30 +0300 Subject: [PATCH] Update changelog for v1.28.1 Signed-off-by: Leonard Lyubich --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc64985..82f7928 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [1.28.1] - 2021-07-01 + +### Fixed + +- Incorrect unsupported version error in `Client.GetContainer` of containers of newer versions. + +### Removed + +- No longer used `pkg.IsSupportedVersion` func. +- No longer used `container.NewVerifiedFromV2` func. + ## [1.28.0] - 2021-06-28 - Muuido (무의도, 舞衣島) ### Added @@ -664,3 +675,4 @@ Initial public release [1.27.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.26.1...v1.27.0 [1.27.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.27.0...v1.27.1 [1.28.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.27.1...v1.28.0 +[1.28.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.0...v1.28.1