CHANGELOG.md in table_sync-1.11.0 vs CHANGELOG.md in table_sync-1.12.0
- old
+ new
@@ -1,7 +1,11 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [1.12.0] - 2019-09-20
+### Changed
+- Payload for existing ActiveSupport adapter contains both `table` and `schema` fields now.
+
## [1.11.0] - 2019-09-11
### Added
- Receiving: inconsistent events raises `TableSync::UnprovidedEventTargetKeysError`
(events that include only some of the target keys (or none))