CHANGELOG.md in dry-schema-0.1.0 vs CHANGELOG.md in dry-schema-0.1.1
- old
+ new
@@ -1,16 +1,33 @@
+# 0.1.1 2019-02-17
+
+### Added
+
+- `Result#error?` supports checking nested errors too ie`result.error?('user.address')` (solnic)
+
+### Fixed
+
+- Fix issues with templates and invalid tokens (issue #27) (solnic)
+- Fix Ruby warnings (flash-gordon)
+
+### Internal
+
+- Key and value coercers are now equalizable (flash-gordon)
+
+[Compare v0.1.0...v0.1.1](https://github.com/dry-rb/dry-schema/compare/v0.1.0...v0.1.1)
+
# 0.1.0 2019-01-30
Initial release.