forked from TrueCloudLab/frostfs-api-go
Update changelog for release v1.28.2
Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
2f783dfad7
commit
03ee3e5357
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [1.28.2] - 2021-07-06
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Data corruption of parameterized session token in `pkg/client.Client` ([#323](https://github.com/nspcc-dev/neofs-api-go/issues/323)).
|
||||||
|
|
||||||
## [1.28.1] - 2021-07-01
|
## [1.28.1] - 2021-07-01
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -676,3 +682,4 @@ Initial public release
|
||||||
[1.27.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.27.0...v1.27.1
|
[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.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
|
[1.28.1]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.0...v1.28.1
|
||||||
|
[1.28.2]: https://github.com/nspcc-dev/neofs-api-go/compare/v1.28.1...v1.28.2
|
||||||
|
|
Loading…
Reference in a new issue