CHANGELOG.md in potassium-5.2.3 vs CHANGELOG.md in potassium-6.0.0
- old
+ new
@@ -1,8 +1,34 @@
# Changelog
## Unreleased
+## 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)
+ - Update Rails to 6.0.2 [#251](https://github.com/platanus/potassium/pull/251)
+ - Improve specs performance [#259](https://github.com/platanus/potassium/pull/259)
+ - Dasherize app name in docker compose related files [#261](https://github.com/platanus/potassium/pull/261)
+ - Split specs by timings in CircleCI [#263](https://github.com/platanus/potassium/pull/263)
+ - Update ruby to 2.7.0 [#264](https://github.com/platanus/potassium/pull/264)
+ - Add tailwindcss [#266](https://github.com/platanus/potassium/pull/266)
+ - Update rack-cors to 1.1 [#269](https://github.com/platanus/potassium/pull/269)
+ - Use safer CORS configuration exposing only API and public resources [#271](https://github.com/platanus/potassium/pull/271)
+ - Add option to support Vue in ActiveAdmin [#272](https://github.com/platanus/potassium/pull/272)
+ - Add tests for Vue [#273](https://github.com/platanus/potassium/pull/278)
+ - Remove simple commands and docker-compose args in Makefile [#279](https://github.com/platanus/potassium/pull/279)
+ - Remove Paperclip and add [Shrine](https://github.com/shrinerb/shrine) for file_storage recipe [#291](https://github.com/platanus/potassium/pull/291)
+ - Add linting job to CircleCI builds using [reviewdog](https://github.com/reviewdog/reviewdog) and per-project dependencies/configurations for linters [#292](https://github.com/platanus/potassium/pull/292)
+ - Remove angular_admin recipe [#297](https://github.com/platanus/potassium/pull/297)
+
+Fix:
+ - Correctly use cache for bundle dependencies in CircleCI build [#244](https://github.com/platanus/potassium/pull/244) and [#258](https://github.com/platanus/potassium/pull/258)
+ - Fix model auto annotate [#260](https://github.com/platanus/potassium/pull/260)
+ - Fix sidekiq repeated installation on potassium create if selecting mailer [#262](https://github.com/platanus/potassium/pull/262)
+ - Include ApiErrorConcern in all environments [#270](https://github.com/platanus/potassium/pull/270)
+
## 5.2.3
Features:
- Add restore-from commands for pg_restore in makefile [#237](https://github.com/platanus/potassium/pull/237)
- Allow usage of vue components in rails views out of the box [#231](https://github.com/platanus/potassium/pull/231)