From fb6738812bec739f4af51b6d95172565fdf84bd9 Mon Sep 17 00:00:00 2001 From: JinnyYi <82445294+JinnyYi@users.noreply.github.com> Date: Mon, 13 Sep 2021 16:29:08 +0800 Subject: [PATCH] Bump to version 0.2.0 (#26) --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 03bcc5f..188529f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +5,25 @@ 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/). +## [v0.2.0] - 2021-09-13 + +### Changed + +- ci: Enable auto merge for Dependabot +- docs: Update README (#25) + +### Fixed + +- fix: Regenerate code + +### Upgraded + +- build(deps): Bump github.com/minio/minio-go/v7 from 7.0.12 to 7.0.13 (#23) + ## v0.1.0 - 2021-07-26 ### Added -- Implement MinIO Servicer, Storager, Copier, Reacher. \ No newline at end of file +- Implement MinIO Servicer, Storager, Copier, Reacher. + +[v0.2.0]: https://github.com/beyondstorage/go-service-minio/compare/v0.1.0...v0.2.0