CHANGELOG.md in haku-1.0.0 vs CHANGELOG.md in haku-1.1.0
- old
+ new
@@ -1,5 +1,13 @@
## [Unreleased]
-## [0.1.0] - 2022-04-05
+## [1.1.0] - 2022-04-19
+- Allow to configure Haku using block
+- Add Eventable module to fire events
+- Add persist_resource to Resourceable
+- Allow to declare inputs instead of create automatically
+- Avoid using run to execute code. Using call is better
+- Improve README
+- Use Appraisal to test against multiple versions of some gems
+## [1.0.0] - 2022-04-11
- Initial release