CHANGELOG.md in tiny_hooks-1.0.0 vs CHANGELOG.md in tiny_hooks-2.0.0
- old
+ new
@@ -1,6 +1,11 @@
## [Unreleased]
+## [2.0.0] - 2021-07-12
+
+- Add ability to specify hook method with name
+- TinyHooks now works on class methods
+
## [1.0.0] - 2021-05-09
- Support halting
- [BREAKING CHANGE] Inferface changed from `extend` to `include`
- Support public only mode enabled by `public_only!`