CHANGELOG.md in potassium-6.0.0 vs CHANGELOG.md in potassium-6.1.0

- old
+ new

@@ -1,8 +1,27 @@ # Changelog ## Unreleased +## 6.1.0 + +Features: + - Check node version before project creation [#305](https://github.com/platanus/potassium/pull/305) + - Disable observers in test environment [#319](https://github.com/platanus/potassium/pull/319) + - Allow user to select custom Github repository [#318](https://github.com/platanus/potassium/pull/318) + - Add pull request template to github enabled projects [#320](https://github.com/platanus/potassium/pull/320) + - Use a Ruby gem instead of hub to create Github repositories [#323](https://github.com/platanus/potassium/pull/323) + - Add dockerized redis configuration when using background processor [#329](https://github.com/platanus/potassium/pull/329) + - Add beta support for GraphQL. [#330](https://github.com/platanus/potassium/pull/330) + - Add power_api [#301](https://github.com/platanus/potassium/pull/301) + + +Fix: + - Fix shrine issues related to configuration and uploader validation [#302](https://github.com/platanus/potassium/pull/302) + - Fix database recipe not running recommended generator for strong_migrations gem [#310](https://github.com/platanus/potassium/pull/310) + - Fix puma config that was causing it to crash on server start while on development [#313](https://github.com/platanus/potassium/pull/313) + - Fix purge css being enabled in development [#327](https://github.com/platanus/potassium/pull/327) + ## 6.0.0 Features: - Update ActiveAdmin to 2.6 [#246](https://github.com/platanus/potassium/pull/246) - Update bundler to 2.0 [#250](https://github.com/platanus/potassium/pull/250)