CHANGELOG.md in dispatch-rider-2.0.0 vs CHANGELOG.md in dispatch-rider-2.1.0
- old
+ new
@@ -1,6 +1,13 @@
# Change Log
+## [v2.1.0](https://github.com/payrollhero/dispatch-rider/tree/v2.1.0) (2022-09-20)
+[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v2.0.0...v2.1.0)
+
+* Added support for ruby 3.0 and 3.1
+* Require ruby 2.7 at the very minimum, there is a meta-programming class with kwards between 2.6 and 3.0
+ since 2.6 is not unsupported, support is removed
+
## [v2.0.0](https://github.com/payrollhero/dispatch-rider/tree/v2.0.0) (2022-09-20)
[Full Changelog](https://github.com/payrollhero/dispatch-rider/compare/v1.9.0...v2.0.0)
* Tests now run via Github actions
* Requires Ruby 2.6.5 at the very minimum