CHANGELOG.md in dry-web-roda-0.7.5 vs CHANGELOG.md in dry-web-roda-0.8.0
- old
+ new
@@ -1,4 +1,15 @@
+# 0.8.0 - 2017-10-26
+
+### Changed
+
+In generated projects:
+
+- Work with dry-system 0.8 (timriley)
+- Use dry-systems own settings component in `boot/settings.rb` for project configuration (timriley)
+- Rename `:rom` bootable component to `:persistence` so it can be automatically resolved and lazily loaded (timriley)
+- Use rom-rb 4.0 (timriley)
+
# 0.7.5 - 2017-07-25
### Added
- `Application.container` shortcut (solnic)