CHANGELOG.md in dry-schema-0.5.1 vs CHANGELOG.md in dry-schema-0.6.0

- old
+ new

@@ -1,4 +1,14 @@ +# 0.6.0 2019-04-24 + +### Changed + +* Dependency on `dry-types` was bumped to `~> 1.0` (solnic) +* Dependency on `dry-logic` was bumped to `~> 1.0` (solnic) +* Dependency on `dry-initializer` was bumped to `~> 3.0` (solnic) + +[Compare v0.5.1...v0.6.0](https://github.com/dry-rb/dry-schema/compare/v0.5.1...v0.6.0) + # 0.5.1 2019-04-17 ### Fixed * Key map no longer crashes on unexpected input (issue #118) (solnic)