From 50162741ac9b446e60f41848553c4c03f6b1bcec Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Tue, 15 Mar 2022 13:49:06 +0300 Subject: [PATCH] Release v2.12.1 Signed-off-by: Alex Vanin --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5e49e1..aea832b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.12.1] - 2022-03-15 + +### Fixed +- Incompatible changes in signature scheme (#380) + +### Added +- Public URI-parsing function `client.ParseURI()` (#383) + +### Changed +- Slices with pointers `[]*T` replaced with regular structure slices `[]T` in + v2 structures (#376) + ## [2.12.0] - 2022-02-25 - Heuksando (흑산도, 黑山島) NeoFS API v2.12 support @@ -781,3 +793,4 @@ Initial public release [2.11.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.30.0...v2.11.0 [2.11.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.11.0...v2.11.1 [2.12.0]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.11.1...v2.12.0 +[2.12.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v2.12.0...v2.12.1