Skip to content

Commit

Permalink
update changelog; bump release version
Browse files Browse the repository at this point in the history
  • Loading branch information
oberstet committed Aug 2, 2022
1 parent 832c5c2 commit 7d775af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion autobahn/_version.py
Expand Up @@ -24,6 +24,6 @@
#
###############################################################################

__version__ = '22.7.1.dev1'
__version__ = '22.7.1'

__build__ = '00000000-0000000'
3 changes: 3 additions & 0 deletions docs/changelog.rst
Expand Up @@ -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
Expand Down

0 comments on commit 7d775af

Please sign in to comment.