CHANGELOG.md in dry-schema-1.7.0 vs CHANGELOG.md in dry-schema-1.7.1
- old
+ new
@@ -1,6 +1,15 @@
<!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS --->
+## 1.7.1 2021-08-29
+
+
+### Changed
+
+- [internal] Use explicit `#to_h` conversion of Dry::Configurable::Config, to ensure compatibility with upcoming dry-configurable 0.13.0 release (via #371) (@timriley)
+
+[Compare v1.7.0...v1.7.1](https://github.com/dry-rb/dry-schema/compare/v1.7.0...v1.7.1)
+
## 1.7.0 2021-06-29
This release ships with a bunch of internal refactorings that should improve performance but if you see any unexpected behavior please do report issues.
### Fixed