CHANGELOG.md in finite_machine-0.12.0 vs CHANGELOG.md in finite_machine-0.12.1
- old
+ new
@@ -1,6 +1,14 @@
# Change Log
+## [v0.12.1] - 2019-07-12
+
+### Changed
+* Change to relax dev dependencies versions
+
+### Fixed
+# Fix FiniteMachine.new to stop coercing object target that responds to to_hash into options
+
## [v0.12.0] - 2018-11-11
### Added
* Add concurrent-ruby as dependency
* Add FiniteMachine#new for declaring state machines