From 8b0cca4ff8a1040cf65fccc6cb2cab9691a7acf8 Mon Sep 17 00:00:00 2001 From: JinnyYi <82445294+JinnyYi@users.noreply.github.com> Date: Tue, 29 Jun 2021 10:36:48 +0800 Subject: [PATCH] Bump to version 3.2.0 (#49) * Bump to version 3.1.1 * Update CHANGELOG --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75d861b..16f0645 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,13 @@ 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.2.0] - 2021-06-29 + +### Changed + +- *: Implement GSP-109 Redesign Features (#48) +- *: Implement GSP-117 Rename Service to System as the Opposite to Global (#48) + ## [v3.1.0] - 2021-06-11 ### Added @@ -57,6 +64,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/). - Implement fs services. +[v3.2.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.1.0...v3.2.0 [v3.1.0]: https://github.com/beyondstorage/go-service-fs/compare/v3.0.0...v3.1.0 [v3.0.0]: https://github.com/beyondstorage/go-service-fs/compare/v2.1.0...v3.0.0 [v2.1.0]: https://github.com/beyondstorage/go-service-fs/compare/v2.0.0...v2.1.0