CHANGELOG.md in jumpup-heroku-0.0.5 vs CHANGELOG.md in jumpup-heroku-0.0.6
- old
+ new
@@ -1,6 +1,29 @@
# Changelog
+## 0.0.7 (unreleased)
+
+### features
+
+### improvements
+
+### bug fixes
+
+## 0.0.6 (April 8, 2015)
+
+### features
+- Add option to skip spec on deploy to production with SKIP_SPEC environment variable
+- Tells deploy to skip backup trough SKIP_BACKUP env var
+
+### improvements
+- Remove jumpup:coverage_verify from README. Not required on jumpup 0.0.6
+- Swap the order of `jumpup:finish` and `jumpup:heroku:finish` tasks on README.
+
+### bug fixes
+- Ensure user has logged in to heroku before proceeding with integration [[GH-48](https://github.com/Helabs/jumpup-heroku/issues/48)]
+- Set RSpec version on runtime dependency
+- Use new syntax for pg:backups [[GH-72](https://github.com/Helabs/jumpup-heroku/issues/72)]
+
## 0.0.5 (March 31, 2014)
### features
### improvements