CHANGELOG.md in mongoid_orderable-6.0.0 vs CHANGELOG.md in mongoid_orderable-6.0.1
- old
+ new
@@ -1,7 +1,11 @@
-### 6.0.1 (Next)
+### 6.0.2 (Next)
* Your contribution here.
+
+### 6.0.1 (2021/01/26)
+
+* [#69](https://github.com/mongoid/mongoid_orderable/pull/69): Fix: Transactions should force read from primary - [@johnnyshields](https://github.com/johnnyshields).
### 6.0.0 (2021/01/23)
* [#65](https://github.com/mongoid/mongoid_orderable/pull/65): Feature: Add transaction support with lock table - [@johnnyshields](https://github.com/johnnyshields).
* [#65](https://github.com/mongoid/mongoid_orderable/pull/65): Feature: Avoid calling position function if neither position nor scope is changing - [@johnnyshields](https://github.com/johnnyshields).