From 186899ec98273b4d8ba9f16ed6b9a514a91676f5 Mon Sep 17 00:00:00 2001 From: Leonid Makarov Date: Tue, 26 Apr 2016 12:03:23 -0400 Subject: [PATCH] Version bump 1.3.2 --- CHANGELOG.md | 10 ++++++++++ VERSION | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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