CHANGELOG.md in table_sync-6.4.2 vs CHANGELOG.md in table_sync-6.5.0
- old
+ new
@@ -1,7 +1,20 @@
# Changelog
All notable changes to this project will be documented in this file.
+## [6.5.0] - 2024-03-19
+### Added
+- Add ruby 3.3 to ci workflow
+
+### Changed
+- Add expiration time for cache used in debouncing sync
+- Update dependencies
+- Fix rubocop issue
+- Drop ruby 2.7 support
+
+### Removed
+- Remove ruby 2.7 from ci workflow
+
## [6.4.2] - 2023-11-14
### Added
- Required fields allow accepting empty collections.
## [6.4.1] - 2023-08-15