Skip to content

Commit

Permalink
Bump version to 1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
seriyps committed Nov 18, 2020
1 parent 0e4ea9c commit cfb1b3e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## 1.5.6

* Improving the error messages from jesse when using oneOf/anyOf
* Make it compatible with jsx 3.0

## 1.5.5

* Fix rebar3 and rebar3_hex versions incompatibility #88
Expand Down
2 changes: 1 addition & 1 deletion src/jesse.app.src
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
%%-*- mode: erlang -*-
{ application, jesse,
[ {description, "jesse (JSon Schema Erlang) is an implementation of a JSON Schema validator for Erlang."}
, {vsn, "1.5.5"}
, {vsn, "1.5.6"}
, {modules, []}
, {registered, []}
, {applications, [ kernel
Expand Down

0 comments on commit cfb1b3e

Please sign in to comment.