diff --git a/Changelog.md b/Changelog.md index 6d9596e..2bf7986 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,10 @@ # Changelog for munidata +## 2.4.0 (2024-09-08) +### New features +- Support of Unicode up to 15.1.0. **IMPORTANT NOTE**: At the time of release, no official IDNA tables for Unicode > 12.0.0 were available. +Thus, support for newer Unicode versions is provided 'as is'. + ## 2.3.1 (2023-11-15) ### New features - Add a method to check if a code point is disallowed in IDNA 2003 diff --git a/setup.py b/setup.py index 3536f90..c20d72c 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="munidata", - version='2.3.1', + version='2.4.0', description="Provides an API for accessing multiple instances of Unicode data", license="BSD", author='Cofomo, Viagenie and Wil Tan',