Skip to content

Commit c2aa7ef

Browse files
author
Marthyn Olthof
committed
Bump the version to 0.1.4
So we can use it with Rails 8.x.x
1 parent 1aa550a commit c2aa7ef

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,7 @@
33
## 0.0.1 - 2025-09-20
44

55
Initial version
6+
7+
## 0.1.4 - 2025-12-12
8+
9+
Increase the supported Rails versions to include 8.x.x

lib/json_path_attribute/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module JsonPathAttribute
4-
VERSION = "0.1.3"
4+
VERSION = "0.1.4"
55
end

0 commit comments

Comments
 (0)