From 0322057bc31c6bf897713e35cd7e8bfef971a0be Mon Sep 17 00:00:00 2001 From: Xuanwo Date: Wed, 27 Oct 2021 16:46:52 +0800 Subject: [PATCH] services/s3: Bump to version 3.0.1 (#972) Signed-off-by: Xuanwo --- services/s3/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/services/s3/CHANGELOG.md b/services/s3/CHANGELOG.md index c60ae7ff0..fa7dd8ec1 100644 --- a/services/s3/CHANGELOG.md +++ b/services/s3/CHANGELOG.md @@ -5,6 +5,12 @@ 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/). +## v3.0.1 - 2021-10-27 + +### Fixed + +- fix(services/s3): Output constant type should not be changed (#971) + ## v3.0.0 - 2021-10-23 ### Added