From ca565044ccdd10774e1d9e912eed8c57bcf1ea0e Mon Sep 17 00:00:00 2001 From: JinnyYi <82445294+JinnyYi@users.noreply.github.com> Date: Mon, 13 Sep 2021 11:42:53 +0800 Subject: [PATCH] Bump to version 2.3.0 (#60) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c7b44d..37f5ed2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,19 @@ 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.3.0] - 2021-09-13 + +### Changed + +- ci: Enable auto merge on dependabot +- ci: Cleanup Service Integration Tests (#57) +- docs: Update README (#59) + +### Upgraded + +- ci: Upgrade Xuanwo/fetch-metadata +- build(deps): bump github.com/tencentyun/cos-go-sdk-v5 to 0.7.31 (#58) + ## [v2.2.0] - 2021-07-17 ### Added @@ -79,6 +92,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement cos services. +[v2.3.0]: https://github.com/beyondstorage/go-service-cos/compare/v2.2.0...v2.3.0 [v2.2.0]: https://github.com/beyondstorage/go-service-cos/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/beyondstorage/go-service-cos/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/beyondstorage/go-service-cos/compare/v1.1.0...v2.0.0