diff --git a/CHANGELOG.md b/CHANGELOG.md index f18c032..578fdf5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ We attempt to adhere to [Semantic Versioning](http://semver.org/). ### Removed ### Changed +## [1.4.0] - 2016-08-05 +### Added +- Merged upstream fixes for pull porcupie/rbd-docker-plugin#7 + ## [1.3.0] - 2016-08-05 ### Added - Added goroutines and timeouts to all shell commands, hoping to prevent diff --git a/version.go b/version.go index 420bc4d..9f3f285 100644 --- a/version.go +++ b/version.go @@ -3,4 +3,4 @@ // license that can be found in the LICENSE file. package main -const VERSION = "1.3.0" +const VERSION = "1.4.0"