diff --git a/CHANGELOG.md b/CHANGELOG.md index e37a1d4..34999c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 1.3.2 (2016-04-26) + +- dsh v1.13.1 + - Fix regression with docker-compose related function calls introduced in dsh v1.13.0 +- Documentation fixes + +A full update is recommended. Please follow the updates instructions: +https://github.com/blinkreaction/drude#updates + + ## 1.3.1 (2016-04-21) - A lot of refactoring to bring interactive shell experience to Windows (via winpty, which is a requirement now on Windows) diff --git a/VERSION b/VERSION index 6261a05..d5e98f7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.1 \ No newline at end of file +1.3.2 \ No newline at end of file