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

- old
+ new

@@ -1,7 +1,12 @@ -### 6.0.3 (Next) +### 6.0.4 (Next) * Your contribution here. + +### 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. ### 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).