diff --git a/NEWS.md b/NEWS.md index a73e16a..93fce48 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,14 @@ master ====== +0.11.0 +====== + +* Expand references of DocuemntStore schemas ([#93], [3b66b4d]) + +[#93]: https://github.com/thoughtbot/json_matchers/pull/93 +[3b66b4d]: https://github.com/thoughtbot/json_matchers/commit/3b66b4ddf369ec09b50cfe39c614266b34c7f3fe + 0.10.0 ====== diff --git a/lib/json_matchers/version.rb b/lib/json_matchers/version.rb index b9aa546..0da02c4 100644 --- a/lib/json_matchers/version.rb +++ b/lib/json_matchers/version.rb @@ -1,3 +1,3 @@ module JsonMatchers - VERSION = "0.10.0".freeze + VERSION = "0.11.0".freeze end