CHANGELOG.md in heroku-commander-0.3.0 vs CHANGELOG.md in heroku-commander-0.3.1

- old
+ new

@@ -1,4 +1,8 @@ +0.3.1 (04/16/2013) +================== +* Fixed syntax error for heroku command-line, when specifying a `size` option - [@mzikherman](https://github.com/mzikherman). + 0.3.0 (04/15/2013) ================== * Fixed an infinite loop in the tail restart method used by `Heroku::Commander.run` with `detached: true` - [@macreery](https://github.com/macreery). * The `Heroku::Commander.run` with `detached: true` will now restart the tail process when aborted without having received a process exit message - [@dblock](https://github.com/dblock). * Added a `tail_retries` that defines the maximum number of tail restarts, default is 3 - [@dblock](https://github.com/dblock).