CHANGELOG.md in finite_machine-0.12.1 vs CHANGELOG.md in finite_machine-0.13.0
- old
+ new
@@ -1,14 +1,28 @@
# Change Log
+## [v0.13.0] - 2020-05-13
+
+### Added
+* Add sync as a dependency
+* Add metadata to gemspec
+
+### Changed
+* Change StateMachine#final_state to #terminal_states by Brad Gessler(@bradgessler)
+* Change to remove artefacts like tests & tasks from gemspec
+
+### Fixed
+* Fix Ruby 2.7 keyword arguments warnings
+* Fix MessageQueue deadlock by Pavel Rosický(@ahorek)
+
## [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
+* 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
@@ -289,9 +303,11 @@
## [v0.0.1] - 2014-01-10
* Initial release
+[v0.13.0]: https://github.com/peter-murach/finite_machine/compare/v0.12.1...v0.13.0
+[v0.12.1]: https://github.com/peter-murach/finite_machine/compare/v0.12.0...v0.12.1
[v0.12.0]: https://github.com/peter-murach/finite_machine/compare/v0.11.3...v0.12.0
[v0.11.3]: https://github.com/peter-murach/finite_machine/compare/v0.11.2...v0.11.3
[v0.11.2]: https://github.com/peter-murach/finite_machine/compare/v0.11.1...v0.11.2
[v0.11.1]: https://github.com/peter-murach/finite_machine/compare/v0.11.0...v0.11.1
[v0.11.0]: https://github.com/peter-murach/finite_machine/compare/v0.10.2...v0.11.0