Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Bump to version 2.1.0 (#32)
Browse files Browse the repository at this point in the history
* Bump to version 2.1.0

* Update CHANGELOG
  • Loading branch information
JinnyYi authored Jun 29, 2021
1 parent d8a47f3 commit 3d35dfc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 3d35dfc

Please sign in to comment.