Skip to content

Commit 927116a

Browse files
committed
release 2.3.1
1 parent 8fb8e72 commit 927116a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGES.md

+5
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
[* Removed `Reform::Contract` ?]
44
[* Move Form#deserializer to Form::deserializer]
55

6+
## 2.3.1
7+
* With dry-validation 1.5 the form is always injected. Just add option :form to access it in the schema.
8+
* Removed global monkey patching of Dry::Schema::DSL
9+
* Tests in ruby 2.7
10+
611
## 2.3.0
712

813
You can upgrade from 2.2.0 without worries.

lib/reform/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Reform
2-
VERSION = "2.3.0.rc3".freeze
2+
VERSION = "2.3.1".freeze
33
end

0 commit comments

Comments
 (0)