From 391fc441fbc774fb1d94529359d8ef5fe754bf65 Mon Sep 17 00:00:00 2001 From: Nikita Shilnikov Date: Thu, 31 May 2018 11:40:03 +0300 Subject: [PATCH] Update CHANGELOG [skip ci] --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a63c6f9..27b469e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ -# v0.12.0 to-be-released +# v0.12.0 2018-05-31 -## Changed +### Changed * Code updated to work with `dry-types` 0.13.1 and `dry-struct` 0.5.0, these are now minimal supported versions (flash-gordon) * [BREAKING] `Form` was renamed to `Params` to be consistent with the latest changes from `dry-types`. You can `require 'dry/validation/compat/form'` to use the previous names but it will be removed in the next version (flash-gordon) - -[Compare v0.11.1...master](https://github.com/dry-rb/dry-validation/compare/v0.11.0...master) + +[Compare v0.11.1...v0.12.0](https://github.com/dry-rb/dry-validation/compare/v0.11.0...v0.12.0) # v0.11.1 2017-09-15