CHANGELOG.md in potassium-6.5.0 vs CHANGELOG.md in potassium-6.6.0
- old
+ new
@@ -1,18 +1,38 @@
# Changelog
+## Unreleased
+
+## 6.6.0
+Features
+ - Update power api gem to use v2.0.0. Install "internal" API mode [#394](https://github.com/platanus/potassium/pull/394)
+ - Updates Webpacker to Shakapacker, upgrading Vue and TailwindCSS to their latest versions [#395](https://github.com/platanus/potassium/pull/395)
+ - Add some image handling and processing in shrine file storage option [#398](https://github.com/platanus/potassium/pull/398)
+ - Include `--platanus-config` option to skip most of the instalation options [#399](https://github.com/platanus/potassium/pull/399).
+ - Add [`rubocop-platanus`](https://github.com/platanus/rubocop-platanus) gem for linting platanus' best practices [#402](https://github.com/platanus/potassium/pull/402).
+ - Remove graphql option [#404](https://github.com/platanus/potassium/pull/404)
+ - Add frontend testing coverage for Jest [#401](https://github.com/platanus/potassium/pull/401) and associated reviewdog comments [#406](https://github.com/platanus/potassium/pull/406)
+ - Add MJML to handle mail templates, with example [#405](https://github.com/platanus/potassium/pull/405)
+
+Fixes
+ - Add missing vips CI config when selecting shrine [#403](https://github.com/platanus/potassium/pull/403).
+ - Fix shakapacker to version 6.2.x to avoid [this bug](https://github.com/shakacode/shakapacker/issues/123) [#404](https://github.com/platanus/potassium/pull/404)
+
## 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).
+ - Add system tests configuration [#388](https://github.com/platanus/potassium/pull/388)
+ - Allow CircleCI cache clearing [#383](https://github.com/platanus/potassium/pull/383)
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)
+ - Fix default action dissapearance when using `binding.pry` in generated projects [#385](https://github.com/platanus/potassium/pull/385)
## 6.4.0
Features
- Include `run_test` as a valid example group [#379](https://github.com/platanus/potassium/pull/379)