diff --git a/autobahn/_version.py b/autobahn/_version.py index 85f050c6e..3b4e125ef 100644 --- a/autobahn/_version.py +++ b/autobahn/_version.py @@ -24,6 +24,6 @@ # ############################################################################### -__version__ = '22.7.1.dev1' +__version__ = '22.7.1' __build__ = '00000000-0000000' diff --git a/docs/changelog.rst b/docs/changelog.rst index 569815d96..ff8c2bb33 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -8,6 +8,9 @@ Changelog 22.7.1 ------ +* fix: Fix a few typos in docs (#1587) +* fix: remove log noise from autobahn.websocket.protocol (#1588) +* new: add more helpers to EthereumKey and CryptosignKey (#1583) * new: EIP712 certificate chains, incl. use for WAMP-Cryptosign * fix: improve message logging at trace log level * fix: forward correct TLS channel ID once the TLS handshake is complete