From f7d2d94fb67af760b2c2bb651b06dffd7c906dff Mon Sep 17 00:00:00 2001 From: JinnyYi <82445294+JinnyYi@users.noreply.github.com> Date: Mon, 13 Sep 2021 16:38:12 +0800 Subject: [PATCH] Bump to version 2.3.0 (#55) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f6b0c..75cf490 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 for Dependabot +- ci: Cleanup Service Integration Tests (#53) +- docs: Update README (#54) + +### Upgraded + +- ci: Upgrade fetch-metadata +- build(deps): Bump github.com/qiniu/go-sdk/v7 from 7.9.7 to 7.9.8 (#47) + ## [v2.2.0] - 2021-07-22 ### Added @@ -78,6 +91,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement kodo services. +[v2.3.0]: https://github.com/beyondstorage/go-service-kodo/compare/v2.2.0...v2.3.0 [v2.2.0]: https://github.com/beyondstorage/go-service-kodo/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/beyondstorage/go-service-kodo/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/beyondstorage/go-service-kodo/compare/v1.1.0...v2.0.0