CHANGELOG.md in jumpup-heroku-0.0.4 vs CHANGELOG.md in jumpup-heroku-0.0.5
- old
+ new
@@ -1,7 +1,18 @@
# Changelog
+## 0.0.5 (March 31, 2014)
+
+### features
+
+### improvements
+- Update Ruby version to 2.1.0
+- Send to heroku only the defined branches
+
+### bug fixes
+- Fix check for whether we should run `db:migrate` / `db:seeds` on production [[GH-38](https://github.com/Helabs/jumpup-heroku/issues/38)] / [[GH-40](https://github.com/Helabs/jumpup-heroku/pull/40)]
+
## 0.0.4 (February 21, 2014)
### features
### improvements
@@ -11,9 +22,10 @@
- Add info about best practices
- More info on README
- Do not set INTEGRATING_BY again if you're already there
- Add info about current branch when git push
- Make sure that git name is setup
+- Skip DB related tasks if nothing has changed since the last deploy [[GH-33](https://github.com/Helabs/jumpup-heroku/pull/33)]
### bug fixes
## 0.0.3 (January 20, 2014)