Skip to content

Commit 25dee05

Browse files
Merge pull request #5 from BEEQUIP/release/bump-to-0.1.4
Bump the version to 0.1.4
2 parents 656a8f9 + c2aa7ef commit 25dee05

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

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)