diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c3ec..fae85c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v2.1.0] - 2021-06-29 + +### Added + +- *: Implement GSP-87 Feature Gates (#26) +- storage: Implement GSP-93 Add ObjectMode Pair (#31) +- storage: Implement GSP-97 Add Restrictions In Storage Metadata (#31) + +### Changed + +- *: Implement GSP-109 Redesign Features (#31) +- *: Implement GSP-117 Rename Service to System as the Opposite to Global (#31) + +### Fixed + +- storage: Fix listMultipart cannot get complete uploaded parts (#28) + ## [v2.0.0] - 2021-05-24 ### Added @@ -45,5 +62,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement oss services. +[v2.1.0]: https://github.com/beyondstorage/go-service-oss/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/beyondstorage/go-service-oss/compare/v1.1.0...v2.0.0 [v1.1.0]: https://github.com/beyondstorage/go-service-oss/compare/v1.0.0...v1.1.0