# 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 - `rake integrate` now fails if a push to heroku fails [[GH-21](https://github.com/Helabs/jumpup-heroku/pull/21)] - Make integrate:production as an alias to jumpup:heroku:deploy:production - Add info about how release the gem - 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) ### features ### improvements ### bug fixes - Fix bug on heroku-account ## 0.0.2 (January 16, 2014) ### features ### improvements - Better README - Make Rake spec as default Rake - Compacted some tasks into start and finish tasks - Add heroku-accounts support ### bug fixes ## 0.0.1 (January 07, 2014) ### features - Create all tasks of heroku deploy - Create run_database_tasks config ### improvements ### bug fixes