Skip to content

Commit fd5c189

Browse files
authored
Release v0.17.6 (#155)
1 parent 24c22b9 commit fd5c189

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
@@ -1,5 +1,9 @@
11
## Next
22

3+
## v0.17.6
4+
5+
* Fix error processing for embedded preconditions to preserve `ActiveModel::Error#type` field values
6+
37
## v0.17.5
48

59
* Support for Rails 7.2 and 8.0 by @galathius and @dependabot in https://github.com/toptal/granite/pull/144

lib/granite/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Granite
2-
VERSION = '0.17.5'.freeze
2+
VERSION = '0.17.6'.freeze
33
end

0 commit comments

Comments
 (0)