diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4043c..d4c6fb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## [Unreleased] +## [0.1.6] - 2024-03-05 + +- Allow the position to be passed as a JSON object so that we can pass in complex positions from the browser more easily. + ## [0.1.5] - 2024-03-04 - Allow empty strings to represent nil for the purposes of solidifying a position diff --git a/lib/positioning/version.rb b/lib/positioning/version.rb index c88b625..8ebb6ed 100644 --- a/lib/positioning/version.rb +++ b/lib/positioning/version.rb @@ -1,3 +1,3 @@ module Positioning - VERSION = "0.1.5" + VERSION = "0.1.6" end