We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 656a8f9 + c2aa7ef commit 25dee05Copy full SHA for 25dee05
CHANGELOG.md
@@ -3,3 +3,7 @@
3
## 0.0.1 - 2025-09-20
4
5
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
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
module JsonPathAttribute
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
end
0 commit comments