CHANGELOG.md in vocker-0.3.3 vs CHANGELOG.md in vocker-0.4.0
- old
+ new
@@ -1,4 +1,19 @@
+## [0.4.0](https://github.com/fgrehm/vocker/compare/v0.3.3...v0.4.0) (November 8, 2013)
+
+IMPROVEMENTS:
+
+ - Make use of configured SSH user when adding to `docker` group [GH-17]
+ - Support for data volumes [GH-13]
+ - Support for exposing ports [GH-10]
+ - Support for naming containers [GH-11]
+ - Support for installing a specific Docker version [GH-9]
+ - Improved checking for whether Docker is installed
+
+BUG FIXES:
+
+ - Make sure `curl` is installed on guest VMs [GH-15]
+
## [0.3.3](https://github.com/fgrehm/vocker/compare/v0.3.2...v0.3.3) (October 15, 2013)
- Prevent `-r=true` from being appended multiple times to `/etc/init/docker.conf`
## [0.3.2](https://github.com/fgrehm/vocker/compare/v0.3.1...v0.3.2) (October 12, 2013)