CHANGELOG.md in table_sync-5.0.0 vs CHANGELOG.md in table_sync-5.1.0

- old
+ new

@@ -1,7 +1,20 @@ # Changelog All notable changes to this project will be documented in this file. +## [5.1.0] - 2021-09-09 + +### Changed +- Provide current fired event to wrap receiver. You'll be able to get it with `wrap_receiving(event:, **rest) {}` as usual for `data, target_keys, version_key` +- Update rails dependencies with patch version + +## [5.0.1] - 2021-04-06 +### Fixed +- documentation + +### Changed +- update gems + ## [5.0.0] - 2021-03-04 ### Fixed - Fix `delete` events being broken when either `#attrs_for_routing_key` or `#attrs_for_metadata` was defined on a model. ### Changed