CHANGELOG.md in potassium-1.3.5 vs CHANGELOG.md in potassium-2.0.0
- old
+ new
@@ -1,12 +1,30 @@
# Changelog
## Unreleased
-Features:
+## 2.0.0
+Features:
+ - Use `.env` instead of `.rbenv-vars`
+ - Use Puma instead of unicorn
- Gets ruby version from http://ruby.platan.us/latest
- Adds the install command
+ - Adds heroku buildpack support using the [multi buildpack](multi-buildpack)
+ - Adds `rack-timeout` to prevent long running requests
+ - Adds [deploy-tasks buildpack](deploy-tasks) mainly to perform migrations, [#39]
+ - Add Delayed Jobs to handle background processes, [#41]
+ - Adds continuous integration using [CircleCI](https://circleci.com)
+ and docker, [#51]
+ - Adds heroku app creation to the heroku recipe, [#60]
+ - Adds github repo creation through hub
+ - Build a project Readme based on the potassium installed recipes, [#61]
+
+[multi-buildpack]: http://github.com/ddollar/heroku-buildpack-multi
+[deploy-tasts]: http://github.com/gunpowderlabs/buildpack-ruby-rake-deploy-tasks
+[#39]: http://github.com/platanus/potassium/pull/39
+[#41]: http://github.com/platanus/potassium/pull/41
+[#51]: http://github.com/platanus/potassium/pull/51
## 1.3
Features:
- Added update checking before the create command. It will (almost) force that potassium should be updated.