From c2aa7ef73ce5ebd22863cd6e86e3a7cdcc960d89 Mon Sep 17 00:00:00 2001 From: Marthyn Olthof Date: Fri, 12 Dec 2025 16:00:57 +0100 Subject: [PATCH] Bump the version to 0.1.4 So we can use it with Rails 8.x.x --- CHANGELOG.md | 4 ++++ lib/json_path_attribute/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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