We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c22b9 commit fd5c189Copy full SHA for fd5c189
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Next
2
3
+## v0.17.6
4
+
5
+* Fix error processing for embedded preconditions to preserve `ActiveModel::Error#type` field values
6
7
## v0.17.5
8
9
* Support for Rails 7.2 and 8.0 by @galathius and @dependabot in https://github.com/toptal/granite/pull/144
lib/granite/version.rb
@@ -1,3 +1,3 @@
module Granite
- VERSION = '0.17.5'.freeze
+ VERSION = '0.17.6'.freeze
end
0 commit comments