CHANGELOG.md in dry-web-roda-0.6.0 vs CHANGELOG.md in dry-web-roda-0.6.1
- old
+ new
@@ -1,4 +1,26 @@
+# 0.6.1 - 2017-02-08
+
+### Added
+
+- In generated projects, set up dry-monitor for request logging (timriley)
+- In generated projects, use dry-monitor to log SQL queries (timriley)
+- Add new flat project generator: `dry-web-roda new <your_app> --arch=flat` (timriley)
+
+### Changed
+
+- Renamed sub-app generator from `dry-web-roda generate app` to `dry-web-roda generate sub_app` (timriley)
+
+### Fixed
+
+- Ensure dry-monitor is set up in `Application` regardless of the order in which the application's configs are applied (timriley)
+
+# 0.6.1 - 2017-02-03
+
+### Added
+
+- In generated projects, integrate with dry-monitor (via dry-web) for centralized application logging and error reporting (solnic)
+
# 0.5.1 - 2016-12-27
### Fixed
- `.gitignore` in generated umbrella app correctly ignores `log/` directory (alsemyonov)