Skip to content

Commit 4ee7fac

Browse files
committed
Release 0.10.0
1 parent a11a4ef commit 4ee7fac

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
master
22
======
33

4+
0.10.0
5+
======
6+
47
* *BREAKING CHANGE* Implement the validation with the `json_schema` gem instead
58
of `json-schema`. [#31]
69
* *BREAKING CHANGE* - remove support for configuring validation options.

lib/json_matchers/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module JsonMatchers
2-
VERSION = "0.9.0".freeze
2+
VERSION = "0.10.0".freeze
33
end

0 commit comments

Comments
 (0)