From 3d35dfc921946a2f6123c2c4b8703e55c23ce5ab Mon Sep 17 00:00:00 2001 From: JinnyYi <82445294+JinnyYi@users.noreply.github.com> Date: Tue, 29 Jun 2021 17:36:14 +0800 Subject: [PATCH] Bump to version 2.1.0 (#32) * Bump to version 2.1.0 * Update CHANGELOG --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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