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

Commit

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

* Update CHANGELOG
  • Loading branch information
JinnyYi authored Sep 13, 2021
1 parent a1b5a94 commit b46bf72
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,31 @@ 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

- ci: Enable auto merge for Dependabot
- ci: Cleanup Service Integration Tests (#67)
- docs: Update README (#68)

### Fixed

- fix: Regenerate code

### Refactor

- refactor: Rewrite credential parse in more directly way (#59)

### 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
Expand Down Expand Up @@ -65,6 +90,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

0 comments on commit b46bf72

Please sign in to comment.