Skip to content

Commit 1d0dcd3

Browse files
committed
Bump version to 0.12.2
1 parent 6989a21 commit 1d0dcd3

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
19
# v0.12.1 2018-07-06
210

311
### Fixed
412

513
* [internal] fixed deprecation warnings (flash-gordon)
614

15+
[Compare v0.12.0...v0.12.1](https://github.com/dry-rb/dry-validation/compare/v0.12.0...v0.12.1)
16+
717
# v0.12.0 2018-05-31
818

919
### Changed

lib/dry/validation/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Dry
22
module Validation
3-
VERSION = '0.12.1'.freeze
3+
VERSION = '0.12.2'.freeze
44
end
55
end

0 commit comments

Comments
 (0)