Skip to content

Commit 9b4e49f

Browse files
committed
bump version
1 parent a8bcd7c commit 9b4e49f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.2
2+
3+
- Add `Verse::Schema::Json.from` method to convert a Verse schema
4+
to JSON Schema format (note: doesn't work the other way around yet)
5+
16
## 1.1
27

38
- Add `strict` mode to `validate` which will raise an error if the input has

lib/verse/schema/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module Verse
44
module Schema
5-
VERSION = "1.1.1"
5+
VERSION = "1.2.0"
66
end
77
end

0 commit comments

Comments
 (0)