CHANGELOG.md in mongoid_orderable-6.0.3 vs CHANGELOG.md in mongoid_orderable-6.0.4

- old
+ new

@@ -1,12 +1,17 @@ -### 6.0.4 (Next) +### 6.0.5 (Next) * Your contribution here. +### 6.0.4 (Next) + +* [#75](https://github.com/mongoid/mongoid_orderable/pull/75): Fix: Setting #move_to should mark an orderable object as changed so that callbacks are triggered. + ### 6.0.3 (2021/06/27) * [#72](https://github.com/mongoid/mongoid_orderable/pull/72): Feature: Add :if and :unless conditions which disable callbacks. * [#71](https://github.com/mongoid/mongoid_orderable/pull/71): Fix: Add TTL index to locks table. +* [#73](https://github.com/mongoid/mongoid_orderable/pull/73): Refactor: Replace Travis CI with Github Actions. ### 6.0.2 (2021/01/26) * [#70](https://github.com/mongoid/mongoid_orderable/pull/70): Fix: Transactions should not use around callbacks - [@johnnyshields](https://github.com/johnnyshields). * [#70](https://github.com/mongoid/mongoid_orderable/pull/70): Refactor: Partially reduce code complexity of handler classes - [@johnnyshields](https://github.com/johnnyshields).