CHANGELOG.md in pah-0.0.6 vs CHANGELOG.md in pah-0.0.7
- old
+ new
@@ -1,13 +1,25 @@
# Changelog
-## 0.0.7 (unreleased)
+## 0.0.7 (October 11, 2013)
### features
### improvements
+- use environment variable to define secret_token and secret_key_base
+- complete refactor of Heroku app creation and configuration
+- ask for user credentials before creating the Heroku app
+- set the correct timezone config on heroku after creating the app
+- move RVM config from .rvmrc to .ruby-version and .ruby-gemset files
+- refactor `integration.rake` and `deploy.rake` to handle projects with staging and production apps
+
### bug fixes
+
+- don't break if you choose an already taken name for your Heroku app
+- remove the `root_url` from application.html.haml since there's no default `root_url`
+- remove duplicated gems (foreman and letter_opener) from the default Gemfile
+- remove the deleted shoulda_matcher branch. Locked in 2.4.0 version
## 0.0.6 (August 16, 2013)
### features