CHANGELOG.md in ledger_sync-domains-1.0.1 vs CHANGELOG.md in ledger_sync-domains-1.0.2

- old
+ new

@@ -1,7 +1,12 @@ ## [Unreleased] +## [1.0.2] - 2022-01-25 + +- Fix: Include extra query filtering in Operations +- Fix: Error return after validation falied in perform action of operation class. + ## [1.0.1] - 2021-12-21 - Fix: Removing constant is private method. Sigh. ## [1.0.0] - 2021-12-20 @@ -25,11 +30,11 @@ - Fix: Bring back Resource to pre-defined operations ## [1.0.0.rc5] - 2021-11-05 - Add: Introduce Serializer::Relation to proxy AR Queries -- Refactor Struct out of Serializer +- Chore: Refactor Struct out of Serializer ## [1.0.0.rc4] - 2021-09-23 - Add: Additional operations @@ -37,10 +42,10 @@ - Fix: Operation::Transition uses correct module name ## [1.0.0.rc2] - 2021-09-06 -- Serialized OpenStruct uses serializer-like class name +- Add: Serialized OpenStruct uses serializer-like class name ## [1.0.0.rc1] - 2021-08-31 - Initial release