From 4ee7fac9982d3e1ef5bed349292cb7c18daba0c7 Mon Sep 17 00:00:00 2001 From: Sean Doyle Date: Wed, 1 Aug 2018 22:18:43 -0400 Subject: [PATCH] Release `0.10.0` --- NEWS.md | 3 +++ lib/json_matchers/version.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS.md b/NEWS.md index 44a0400..a73e16a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,9 @@ master ====== +0.10.0 +====== + * *BREAKING CHANGE* Implement the validation with the `json_schema` gem instead of `json-schema`. [#31] * *BREAKING CHANGE* - remove support for configuring validation options. diff --git a/lib/json_matchers/version.rb b/lib/json_matchers/version.rb index d427efb..b9aa546 100644 --- a/lib/json_matchers/version.rb +++ b/lib/json_matchers/version.rb @@ -1,3 +1,3 @@ module JsonMatchers - VERSION = "0.9.0".freeze + VERSION = "0.10.0".freeze end