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.
1 parent 6989a21 commit 1d0dcd3Copy full SHA for 1d0dcd3
CHANGELOG.md
@@ -1,9 +1,19 @@
1
+# v0.12.2 2018-08-29
2
+
3
+### Fixed
4
5
+* Use correct key names for rule messages when using i18n (jozzi05)
6
7
+[Compare v0.12.1...v0.12.2](https://github.com/dry-rb/dry-validation/compare/v0.12.1...v0.12.2)
8
9
# v0.12.1 2018-07-06
10
11
### Fixed
12
13
* [internal] fixed deprecation warnings (flash-gordon)
14
15
+[Compare v0.12.0...v0.12.1](https://github.com/dry-rb/dry-validation/compare/v0.12.0...v0.12.1)
16
17
# v0.12.0 2018-05-31
18
19
### Changed
lib/dry/validation/version.rb
@@ -1,5 +1,5 @@
module Dry
module Validation
- VERSION = '0.12.1'.freeze
+ VERSION = '0.12.2'.freeze
end
0 commit comments