Skip to content

Commit

Permalink
Fix ID generator range error (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
SunFulong committed Apr 13, 2024
1 parent b59b114 commit f448033
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autobahn/_version.py
Expand Up @@ -24,6 +24,6 @@
#
###############################################################################

__version__ = '24.4.1'
__version__ = '24.4.2'

__build__ = '00000000-0000000'
5 changes: 5 additions & 0 deletions docs/changelog.rst
Expand Up @@ -5,6 +5,11 @@
Changelog
=========

24.4.2
------

- fix: Ensure ID generator in range [1, 2 ** 53] (#1637)

24.4.1
------

Expand Down

0 comments on commit f448033

Please sign in to comment.