CHANGELOG.md in dry-schema-1.8.0 vs CHANGELOG.md in dry-schema-1.9.0

- old
+ new

@@ -1,6 +1,21 @@ <!--- DO NOT EDIT THIS FILE - IT'S AUTOMATICALLY GENERATED VIA DEVTOOLS ---> +## 1.9.0 2022-02-15 + + +### Added + +- [EXPERIMENTAL] `json_schema` extension which allows you to convert a schema into a JSON schema (via #369) (@ianks) + +### Fixed + +- Composing schemas no longer crashes in certain scenarios (issue #342 fixed via #366) (@vsuhachev) +- Fix info extension for typed arrays (issue #394 fixed via #397) (@CandyFet) + + +[Compare v1.8.0...v1.9.0](https://github.com/dry-rb/dry-schema/compare/v1.8.0...v1.9.0) + ## 1.8.0 2021-09-12 ### Changed