diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d8a852..515a263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,3 +3,7 @@ ## 0.0.1 - 2025-09-20 Initial version + +## 0.1.4 - 2025-12-12 + +Increase the supported Rails versions to include 8.x.x \ No newline at end of file diff --git a/lib/json_path_attribute/version.rb b/lib/json_path_attribute/version.rb index d59305f..57b436b 100644 --- a/lib/json_path_attribute/version.rb +++ b/lib/json_path_attribute/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module JsonPathAttribute - VERSION = "0.1.3" + VERSION = "0.1.4" end