CHANGELOG.md in dry-monitor-0.5.0 vs CHANGELOG.md in dry-monitor-0.6.0
- old
+ new
@@ -1,6 +1,16 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 0.6.0 2022-07-10
+
+
+### Added
+
+- Zeitwerk integration :tada: so that you can simply do `require "dry/monitor"` and other constants will be auto-loaded on demand (via #47) (@gmcgibbon)
+
+
+[Compare v0.5.0...v0.6.0](https://github.com/dry-rb/dry-monitor/compare/v0.5.0...v0.6.0)
+
## 0.5.0 2021-09-12
### Changed