We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18ebcae commit 3e272c5Copy full SHA for 3e272c5
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Dock Change Log
2
3
-## master (unreleased)
+## 1.4.0 (2017-02-27)
4
5
* Add dock environment 'extension' option allowing users to build
6
environments consisting of multiple projects/services
bin/dock
@@ -23,7 +23,7 @@
23
24
set -euo pipefail
25
26
-dock_version="1.3.1"
+dock_version="1.4.0"
27
dock_bin="$0"
28
29
# We want all output to go to STDERR so that STDOUT receives output from the
0 commit comments