Skip to content
This repository has been archived by the owner on Dec 27, 2024. It is now read-only.

Commit

Permalink
Release v2.12.1
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Vanin <[email protected]>
  • Loading branch information
alexvanin committed Mar 15, 2022
1 parent 18a31bc commit 5016274
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5016274

Please sign in to comment.