From eaafaa190cbf63e892227aae5221f8ad2b74f3f4 Mon Sep 17 00:00:00 2001 From: Trevor Brown Date: Tue, 13 Nov 2018 20:07:15 -0500 Subject: [PATCH] Preparing for 0.6.1 release. --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ba93a16..9a9f5767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,23 @@ # Changelog -## 0.6.1-dev +## 0.6.2-dev + +## 0.6.1 + +Features + +* Make `where` command default to current version (#389) +* Optimize code for listing all plugins (#388) +* Document `$TRAVIS_BUILD_DIR` in the plugin guide (#386) +* Add `--asdf-tool-version` flag to plugin-test command (#381) +* Add `-p` flag to `local` command (#377) + +Fixed Bugs + +* Fix behavior of `current` command when multiple versions are set (#401) +* Fix fish shell init code (#392) +* Fix `plugin-test` command (#379) +* Add space before parenthesis in `current` command output (#371) ## 0.6.0