diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 67df683..2a7d684 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,4 +1,4 @@ -=== UNRELEASED +=== 2.19.1 (2023-12-28) * Fixed date format to accept only two digit months and days diff --git a/fastjsonschema/version.py b/fastjsonschema/version.py index 301c56c..aa8b439 100644 --- a/fastjsonschema/version.py +++ b/fastjsonschema/version.py @@ -1 +1 @@ -VERSION = '2.19.0' +VERSION = '2.19.1'