diff --git a/CHANGELOG.md b/CHANGELOG.md index 16e8fea..c42ccdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [2.9.0] - 2021-08-16 - Anmyeondo (안면도, 安眠島) + +Support "common prefix" attribute match operation to simplify filesystem +directory tree-like structures implementation in NeoFS protocol gateways. + +### Added +- `COMMON_PREFIX` object attribute match type. +- Storage node's attribute escape symbol description. + ## [2.8.0] - 2021-06-25 - Muuido (무의도, 舞衣島) Storage nodes with a group of network endpoints. @@ -383,3 +392,4 @@ Bump major release [2.6.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.5.0...v2.6.0 [2.7.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.6.0...v2.7.0 [2.8.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.7.0...v2.8.0 +[2.9.0]: https://github.com/nspcc-dev/neofs-api/compare/v2.8.0...v2.9.0 diff --git a/doc/release_instructions.md b/doc/release_instructions.md index 33d7ab2..0fc841a 100644 --- a/doc/release_instructions.md +++ b/doc/release_instructions.md @@ -23,6 +23,16 @@ this release. Then add sections with what was added, changed and removed, describing each change briefly with a reference to GitHub issues, where available. +## Release commit + +Release commit summary should follow the template: + +`Release v - (, )`, e.g.: + +``` +Release v2.9.0 - Anmyeondo (안면도, 安眠島) +``` + ## Tag the release Use `vX.Y.Z` tag following the semantic versioning standard. For pre-release