CHANGELOG.md in dry-events-0.4.0 vs CHANGELOG.md in dry-events-1.0.0
- old
+ new
@@ -1,15 +1,28 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
-## unreleased
+## 1.0.0 2022-11-04
+### Changed
+
+- This version is compatible with recently released dry-rb dependencies (@flash-gordon)
+- Bumped version to 1.0.0 (@solnic)
+
+[Compare v0.4.0...v1.0.0](https://github.com/dry-rb/dry-events/compare/v0.4.0...v1.0.0)
+
+## 0.4.0 2022-10-15
+
+
### Fixed
- `subscribed?` now detects instance method blocks too (via #15) (@guilherme-andrade)
+### Changed
-[Compare v0.3.0...master](https://github.com/dry-rb/dry-events/compare/v0.3.0...master)
+- Use zeitwerk for auto-loading (@flash-gordon)
+
+[Compare v0.3.0...v0.4.0](https://github.com/dry-rb/dry-events/compare/v0.3.0...v0.4.0)
## 0.3.0 2021-04-11
### Fixed