From d4833bcf05f4df6a732d265199cc234596855daf Mon Sep 17 00:00:00 2001 From: JinnyYi Date: Mon, 13 Sep 2021 14:45:15 +0800 Subject: [PATCH 1/2] Bump to version 2.3.0 --- CHANGELOG.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c8460d..1e2a4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,28 @@ 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 + +### Added + +- feat: Use credentials from the environment (#58) + +### Changed + +- refactor: Rewrite credential parse in more directly way (#59) +- ci: Enable auto merge for Dependabot +- ci: Cleanup Service Integration Tests (#67) +- docs: Update README (#68) + +### Fixed + +- fix: Regenerate code + +### Upgraded + +- ci: Upgrade fetch-metadata +- build(deps): Bump google.golang.org/api from 0.50.0 to 0.56.0 (#63) + ## [v2.2.0] - 2021-07-21 ### Added @@ -65,6 +87,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement gcs service +[v2.3.0]: https://github.com/beyondstorage/go-service-gcs/compare/v2.2.0...v2.3.0 [v2.2.0]: https://github.com/beyondstorage/go-service-gcs/compare/v2.1.0...v2.2.0 [v2.1.0]: https://github.com/beyondstorage/go-service-gcs/compare/v2.0.0...v2.1.0 [v2.0.0]: https://github.com/beyondstorage/go-service-gcs/compare/v1.0.0...v2.0.0 From 39922f4740eb83171ba0153142637559381cc5cb Mon Sep 17 00:00:00 2001 From: JinnyYi Date: Mon, 13 Sep 2021 15:26:10 +0800 Subject: [PATCH 2/2] Update CHANGELOG --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e2a4d8..f62b7c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Changed -- refactor: Rewrite credential parse in more directly way (#59) - ci: Enable auto merge for Dependabot - ci: Cleanup Service Integration Tests (#67) - docs: Update README (#68) @@ -22,6 +21,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - fix: Regenerate code +### Refactor + +- refactor: Rewrite credential parse in more directly way (#59) + ### Upgraded - ci: Upgrade fetch-metadata