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

Bump to version 2.3.0 #55

Merged
merged 1 commit into from
Sep 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down