From 7722aba40348a2dcb33803a993f229f44b2a1635 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 2 Jan 2019 13:44:27 -0200 Subject: [PATCH] v2.3.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f332efc4..a70ce149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,12 @@ # Changelog -## Unreleased +## v2.3.0 - 2019-01-02 - On Windows, Task can now be installed using [Scoop](https://scoop.sh/) ([#152](https://github.com/go-task/task/pull/152)); -- Fixes issue with file/directory globing +- Fixed issue with file/directory globing ([#153](https://github.com/go-task/task/issues/153)); -- Add ability to globally set environment variables +- Added ability to globally set environment variables ( [#138](https://github.com/go-task/task/pull/138), [#159](https://github.com/go-task/task/pull/159)