diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 1fa9ddc..1fad330 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,8 @@ +=== 2.18.0 (2023-07-22) + +* Improved error message for required props - only missing are reported +* Fixed support of boolean schema in if-then-else application + === 2.17.1 (2023-05-22) * Fixed tests in sdist diff --git a/fastjsonschema/version.py b/fastjsonschema/version.py index a015d8b..1591243 100644 --- a/fastjsonschema/version.py +++ b/fastjsonschema/version.py @@ -1 +1 @@ -VERSION = '2.17.1' +VERSION = '2.18.0'