CHANGELOG.md in potassium-2.2.0 vs CHANGELOG.md in potassium-2.3.0

- old
+ new

@@ -1,8 +1,31 @@ # Changelog ## Unreleased +## 2.3.0 + +Features: + - Run bin/setup after DB creation + - Adds `db:fake_data:load` task for development data. It runs after `db:setup` on development environment + - Configure Sentry as Error Reporting tool + - Configure clockwork as scheduler + - Configure mailer for development environment + - Configure Rspec to work with Paperclip + - Update [multi buildpack]([multi-buildpack-heroku]) buildback to the heroku version + - Update ruby version on CI docker image + - Adds mailer support with AWS-SES and Sendgrid [#103] + - Remove adapter property from database config on production. The adapter is delegated to the protocol in the url propertie `postgres://` or `mysql2://` + +Bugfixes: + - Run db tasks with bundle exec + +[multi-buildpack-heroku]: http://github.com/ddollar/heroku-buildpack-multi + +## 2.2.0 + +- Adds tzinfo-data gem [#101] + ## 2.1.0 - Fix discard_gem helper - Adds install command for database recipe - Remove check for heroku pipelines plugins, [#88]