CHANGELOG.md in positioning-0.2.0 vs CHANGELOG.md in positioning-0.2.1
- old
+ new
@@ -1,6 +1,11 @@
## [Unreleased]
+## [0.2.1] - 2024-04-08
+
+- Fetch the adapter_name from #connection_db_config (@tijn)
+- Use `quote_table_name_for_assignment` in `update_all` calls to guard against reserved word column names.
+
## [0.2.0] - 2024-03-12
- Add an Advisory Lock to ensure isolation for the entirety of the create, update, and destroy cycles.
- Add SQLite Advisory Lock support using a file lock.