CHANGELOG.md in potassium-6.4.0 vs CHANGELOG.md in potassium-6.5.0

- old
+ new

@@ -1,7 +1,18 @@ # Changelog -## Unreleased +## 6.5.0 + +Features + - Update node to latest LTS version, 14 [#363](https://github.com/platanus/potassium/pull/363) + - Update ActiveAdmin to 2.9 to fix CSV streaming issues [#384](https://github.com/platanus/potassium/pull/384) + - Separates Pundit's configuration for Active Admin from Application's configuration [#378](https://github.com/platanus/potassium/pull/378) + - Add SimpleCov recipe [#387](https://github.com/platanus/potassium/pull/387) + - Update Rails to 6.1 [#389](https://github.com/platanus/potassium/pull/389) & [#392](https://github.com/platanus/potassium/pull/392) + - Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379). This was added incorrectly in this [PR](https://github.com/platanus/potassium/pull/379). + +Fixes + - Remove rails_stdout_logging gem because it is no longer needed after Rails 5 and it was generating a deprecation warning [#325](https://github.com/platanus/potassium/pull/325) ## 6.4.0 Features - Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379)