CHANGELOG.md in vocker-0.3.1 vs CHANGELOG.md in vocker-0.3.2
- old
+ new
@@ -1,4 +1,10 @@
+## [0.3.2](https://github.com/fgrehm/vocker/compare/v0.3.1...v0.3.2) (October 12, 2013)
+
+ - Add support for additional parameters to be passed to the docker run cmd [GH-8](https://github.com/fgrehm/vocker/pull/8)
+ - Add `vagrant` user to the docker group in order to avoid "sudoing" [GH-5](https://github.com/fgrehm/vocker/issues/5)
+ - Attempt to start the docker service if it is not running
+
## [0.3.1](https://github.com/fgrehm/vocker/compare/v0.3.0...v0.3.1) (October 3, 2013)
- Check if container is running before trying to restart
- Configure automatic restart of containers regardless of Vagrant version