From 6441c12eceb40c90a62da8578bfcfd58c20d71fc Mon Sep 17 00:00:00 2001 From: Vlad Date: Sun, 26 Apr 2020 14:46:19 -0500 Subject: [PATCH] Update change log for v0.3.2 --- CHANGELOG.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 93246a6..1eaebab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [v0.4.0](https://github.com/vghn/vgs/tree/v0.4.0) (2020-04-26) +## [v0.3.2](https://github.com/vghn/vgs/tree/v0.3.2) (2020-04-26) -[Full Changelog](https://github.com/vghn/vgs/compare/v0.4.0...v0.4.0) +[Full Changelog](https://github.com/vghn/vgs/compare/v0.4.0...v0.3.2) **Implemented enhancements:** @@ -87,7 +87,6 @@ - Adhere to recommended community standards [\#43](https://github.com/vghn/vgs/issues/43) - Switch to new Bundler file names [\#47](https://github.com/vghn/vgs/pull/47) ([vladgh](https://github.com/vladgh)) - Receive build notifications via Atomist [\#46](https://github.com/vghn/vgs/pull/46) ([vladgh](https://github.com/vladgh)) -- Update options for the release task [\#42](https://github.com/vghn/vgs/pull/42) ([vladgh](https://github.com/vladgh)) **Fixed bugs:** @@ -100,6 +99,7 @@ **Implemented enhancements:** +- Update options for the release task [\#42](https://github.com/vghn/vgs/pull/42) ([vladgh](https://github.com/vladgh)) - Simpler rake tasks listing [\#41](https://github.com/vghn/vgs/pull/41) ([vladgh](https://github.com/vladgh)) - Load libraries one time only [\#40](https://github.com/vghn/vgs/pull/40) ([vladgh](https://github.com/vladgh)) - Update README [\#39](https://github.com/vghn/vgs/pull/39) ([vladgh](https://github.com/vladgh)) @@ -115,7 +115,6 @@ - Fix Faraday gem version [\#36](https://github.com/vghn/vgs/pull/36) ([vladgh](https://github.com/vladgh)) - Fix CI environment detection [\#32](https://github.com/vghn/vgs/pull/32) ([vladgh](https://github.com/vladgh)) -- Fix git method names [\#29](https://github.com/vghn/vgs/pull/29) ([vladgh](https://github.com/vladgh)) ## [v0.1.2](https://github.com/vghn/vgs/tree/v0.1.2) (2017-01-06) @@ -130,6 +129,10 @@ - Improve Rakefile [\#24](https://github.com/vghn/vgs/pull/24) ([vladgh](https://github.com/vladgh)) - Unify rake tasks and libraries [\#23](https://github.com/vghn/vgs/pull/23) ([vladgh](https://github.com/vladgh)) +**Fixed bugs:** + +- Fix git method names [\#29](https://github.com/vghn/vgs/pull/29) ([vladgh](https://github.com/vladgh)) + ## [v0.1.1](https://github.com/vghn/vgs/tree/v0.1.1) (2016-12-02) [Full Changelog](https://github.com/vghn/vgs/compare/v0.1.0...v0.1.1)