NEWS.md in json-matchers-0.1.0 vs NEWS.md in json-matchers-0.2.0
- old
+ new
@@ -1,4 +1,9 @@
+# 0.2.0
+
+* RSpec failure messages include both the body of the response, and the body of
+ the JSON Schema file
+
# 0.1.0
## Breaking Changes
* Remove `schema_for` in favor of using `$ref`. To learn more about `$ref`,