CHANGELOG.md in table_sync-6.1.0 vs CHANGELOG.md in table_sync-6.3.0
- old
+ new
@@ -1,7 +1,16 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [6.3.0] - 2023-07-24
+### Changed
+- Send all original attributes for `delete` events instead of just PK.
+
+## [6.2.0] - 2023-06-29
+### Changed
+- `rabbit_messaging` gem version is locked on `~> 0.13` in order to provide a way to keep "up-to-date"
+ the actual rabbit_messaging gem version on our projects with table_sync update;
+
## [6.1.0] - 2022-11-24
### Changed
- Instead of using `object_class` for `TableSync::Publishing::Raw`, use `model_name`,
which accepts `String` instead of `Class`.