CHANGELOG.md in dry-schema-1.11.3 vs CHANGELOG.md in dry-schema-1.12.0
- old
+ new
@@ -1,7 +1,16 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 1.12.0 2022-11-04
+
+
+### Changed
+
+- This version depends on dry-core 1.0 and dry-configurable 1.0 (@flash-gordon)
+
+[Compare v1.11.3...v1.12.0](https://github.com/dry-rb/dry-schema/compare/v1.11.3...v1.12.0)
+
## 1.11.3 2022-10-21
### Fixed
@@ -281,10 +290,10 @@
- `Result#error?(path)` works correctly when the path points to an array item (issue #317 fixed via #318) (@solnic)
[Compare v1.5.4...v1.5.5](https://github.com/dry-rb/dry-schema/compare/v1.5.4...v1.5.5)
-## 1.5.4
+## 1.5.4
2020-09-03
### Fixed