forked from TrueCloudLab/frostfs-api
Update changelog for v1.1.0
This commit is contained in:
parent
4e5fa4f9e4
commit
3dbaac91d0
1 changed files with 10 additions and 1 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,5 +1,13 @@
|
|||
# Changelog
|
||||
|
||||
## [1.1.0] - 2020-06-18
|
||||
|
||||
### Added
|
||||
|
||||
- Extended ACL support in container service.
|
||||
- Bearer token support in the object service requests.
|
||||
- Extended headers for the requests in `service.RequestMetaHeader`
|
||||
|
||||
## [1.0.0] - 2020-05-16
|
||||
|
||||
Bump major release
|
||||
|
@ -94,4 +102,5 @@ Bump major release
|
|||
[0.7.3]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.2...v0.7.3
|
||||
[0.7.4]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.3...v0.7.4
|
||||
[0.7.5]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.4...v0.7.5
|
||||
[1.0.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.5...v1.0.0
|
||||
[1.0.0]: https://github.com/nspcc-dev/neofs-api/compare/v0.7.5...v1.0.0
|
||||
[1.1.0]: https://github.com/nspcc-dev/neofs-api/compare/v1.0.0...v1.1.0
|
||||
|
|
Loading…
Reference in a new issue