diff --git a/CHANGELOG.md b/CHANGELOG.md index 42b90ce..e9f52cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.5.1 (2016-10-17) + +- Fix dsh mysql commands + + ## 1.5.0 (2016-10-10) IMPORTANT: Please run `dsh update images` after updating to this release. diff --git a/VERSION b/VERSION index 3e1ad72..8e03717 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.0 \ No newline at end of file +1.5.1 \ No newline at end of file diff --git a/bin/dsh b/bin/dsh index 8699754..0826024 100755 --- a/bin/dsh +++ b/bin/dsh @@ -1,6 +1,6 @@ #!/bin/bash -DSH_VERSION=1.21.1 +DSH_VERSION=1.21.2 # Console colors red='\033[0;91m'