CHANGELOG.md in positioning-0.1.7 vs CHANGELOG.md in positioning-0.2.0

- old
+ new

@@ -1,6 +1,11 @@ ## [Unreleased] +## [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. + ## [0.1.7] - 2024-03-06 - Seperated the Concern that is included into ActiveRecord::Base into its own submodule so that Mechanisms isn't also included. - Added the RelativePosition Struct and documentation to make it easier to supply relative positions via form helpers.