CHANGELOG.md in dry-monitor-0.6.3 vs CHANGELOG.md in dry-monitor-0.7.0
- old
+ new
@@ -1,6 +1,35 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 0.7.0 2022-10-15
+
+
+### Changed
+
+- Bump dry-core to >= 0.9.0 (@flash-gordon)
+
+[Compare v0.6.3...v0.7.0](https://github.com/dry-rb/dry-monitor/compare/v0.6.3...v0.7.0)
+
+## 0.6.3 2022-08-11
+
+
+### Fixed
+
+- Extensions were excluded from auto-loading. They to be loaded manually (addresses #49) (@flash-gordon)
+
+
+[Compare v0.6.2...v0.6.3](https://github.com/dry-rb/dry-monitor/compare/v0.6.2...v0.6.3)
+
+## 0.6.2 2022-08-10
+
+
+### Fixed
+
+- Exclude `VERSION` constant from autoload (fixes #49) (@flash-gordon)
+
+
+[Compare v0.6.1...v0.6.2](https://github.com/dry-rb/dry-monitor/compare/v0.6.1...v0.6.2)
+
## 0.6.1 2022-07-11
### Fixed