CHANGELOG.md in potassium-6.2.0 vs CHANGELOG.md in potassium-6.3.0
- old
+ new
@@ -1,8 +1,20 @@
# Changelog
## Unreleased
+## 6.3.0
+
+Features:
+ - Add `monitoring` recipe with scout gem [#353](https://github.com/platanus/potassium/pull/353)
+ - Change CircleCI config to use cache in tests, and remove old cibuild flow [#366](https://github.com/platanus/potassium/pull/366)
+
+Fixes:
+ - Explicitly install project specified node version in CircleCI build [#352](https://github.com/platanus/potassium/pull/352)
+ - Fixes `tailwindCSS@^2` incompatibility with `postcss@^7` [#356](https://github.com/platanus/potassium/pull/356)
+ - Update marcel gem (shrine's mime type analyzer) to avoid mimemagic dependency [#357](https://github.com/platanus/potassium/pull/357)
+ - Explicitly set the frontend test environment to `jsdom` [#367](https://github.com/platanus/potassium/pull/367)
+
## 6.2.0
Features:
- Add Google Tag Manager [#326](https://github.com/platanus/potassium/pull/326)
- Update rubocop and rubocop-rspec for potassium and generated projects [#337](https://github.com/platanus/potassium/pull/337)