CHANGELOG.md in dry-schema-1.5.0 vs CHANGELOG.md in dry-schema-1.5.1
- old
+ new
@@ -1,4 +1,16 @@
+## 1.5.1 2020-05-21
+
+
+### Fixed
+
+- Negated predicates support the logic operator API now (fixed via #276 by @solnic)
+- Fixed circular require warning (issue #279 closed via #282 by @landongrindheim)
+- Validating keys against an array with non-hash members no longer crashes (issue #283 fixed via #284 by @beechnut and issue #289 fixed via #288 by @tadeusz-niemiec)
+
+
+[Compare v1.5.0...v1.5.1](https://github.com/dry-rb/dry-schema/compare/v1.5.0...v1.5.1)
+
## 1.5.0 2020-03-11
### Added