diff --git a/autobahn/_version.py b/autobahn/_version.py index 965c97f24..c8e3a5015 100644 --- a/autobahn/_version.py +++ b/autobahn/_version.py @@ -24,6 +24,6 @@ # ############################################################################### -__version__ = '24.4.1' +__version__ = '24.4.2' __build__ = '00000000-0000000' diff --git a/docs/changelog.rst b/docs/changelog.rst index 35681f6d7..a543df433 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,11 @@ Changelog ========= +24.4.2 +------ + +- fix: Ensure ID generator in range [1, 2 ** 53] (#1637) + 24.4.1 ------