diff --git a/autobahn/_version.py b/autobahn/_version.py index 046a3f77..3020b723 100644 --- a/autobahn/_version.py +++ b/autobahn/_version.py @@ -24,4 +24,4 @@ # ############################################################################### -__version__ = u'0.18.1' +__version__ = u'0.18.2' diff --git a/docs/changelog.rst b/docs/changelog.rst index 5cef1904..1d03781e 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,6 +5,16 @@ Changelog ========= +0.18.2 +------ + +`Published 2017-04-14 `__ + +* new: payload codec API +* fix: make WAMP-cryptobox use new payload codec API +* fix: automatic binary conversation for JSON +* new: improvements to experimental component API + 0.18.1 ------