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