From fbb10f9ae1dd659536c8fda97458451841b3458d Mon Sep 17 00:00:00 2001 From: abyss-w Date: Wed, 8 Sep 2021 17:48:17 +0800 Subject: [PATCH 1/2] Bump to version 1.0.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..9f5a2c7 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Change Log + +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/). + +## v1.0.0 - 2021-09-08 + +### Added + +- Implement bos services. + +[1.0.0]: https://github.com/beyondstorage/go-service-s3/compare/v1.0.0 \ No newline at end of file From 8cf9092d084984b841fd06efb6d0c0dd0d8d6259 Mon Sep 17 00:00:00 2001 From: abyss-w Date: Wed, 8 Sep 2021 18:06:08 +0800 Subject: [PATCH 2/2] Delete first release compare --- CHANGELOG.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5a2c7..e4e172c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,5 +10,3 @@ and this project adheres to [Semantic Versioning](https://semver.org/). ### Added - Implement bos services. - -[1.0.0]: https://github.com/beyondstorage/go-service-s3/compare/v1.0.0 \ No newline at end of file