CHANGELOG.md in pah-0.0.4 vs CHANGELOG.md in pah-0.0.5
- old
+ new
@@ -1,7 +1,30 @@
# Changelog
+## 0.0.5 (August 16, 2013)
+
+### features
+
+### improvements
+
+- added rails_12factor gem
+- added missing turbolinks on layout
+- removed valid_attribute gem
+- created partials from error messages and flash messages
+- added jumpup over integration from github
+- use `heroku config:set` and `heroku config:unset`
+- added SecureHeaders initializers
+- added locale configs as Brazil
+- no more ask for ruby version or gemset name
+- add required ruby 2.0.0 or greater
+
+### bug fixes
+
+- added --app param to heroku lock and unlock tasks
+- resolved bug with rvm current when the bin is not properly set
+- fix already initialized constant APP on `tasks.rake` and `integration.rake`
+
## 0.0.4 (July 19, 2013)
### features
### improvements
@@ -14,10 +37,10 @@
- Changed readme
- Heroku tasks now run out of Bundler environment
- Cleaning old stuffs
- Show suggestion of heroku app
- Export APP on .rvmrc
-- Updated to Rails 4.0 and Ruby 2.0
+- Updated to Rails 4.0 and Ruby 2.0
### bug fixes
## 0.0.3 (July 05, 2013)