NEWS.md in json-matchers-0.0.1 vs NEWS.md in json-matchers-0.1.0
- old
+ new
@@ -1,6 +1,13 @@
+# 0.1.0
+
+## Breaking Changes
+
+* Remove `schema_for` in favor of using `$ref`. To learn more about `$ref`,
+ check out [Understanding JSON Schema Structuring](http://spacetelescope.github.io/understanding-json-schema/structuring.html)
+
# 0.0.1
## Features
* Validate your Rails response JSON with `match_response_schema`