README.md in prun-ops-0.0.5 vs README.md in prun-ops-0.0.6

- old
+ new

@@ -224,10 +224,12 @@ * `rake release[VERSION]` push forward from dev-branch to master-branch and tag the commit with VERSION name. * `rake release:delete[VERSION]` remove tag with VERSION name. ![Release management](https://docs.google.com/drawings/d/1IEWCIhDFqREVVjSwM9bPfVpyNm3jIoNF4Xn8y-dZHTg/pub?w=871&h=431 "Release management") +* `rake git:ff` merge dev branch towards master branch without releasing + ### Diagnosis Some capistrano commands useful to connect to server and help with the problem solving. * `cap [stg] ssh` open a ssh connection with server @@ -259,6 +261,11 @@ * Changing homepage and License * start|stop|restart thin server per application as Capistrano task ### v0.0.5 -* Removing Application server version (thin 1.6.2) dependency +* Removing Application server version (thin 1.6.2) dependency + +### v0.0.6 + +* Fixing DigitalOcean images error when slug is nil for client images +* Adding git:ff rake task \ No newline at end of file