diff --git a/CHANGELOG.md b/CHANGELOG.md index 923a693..f213a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.4.2](https://github.com/ambianic/peerjs-python/compare/v1.4.1...v1.4.2) (2021-01-15) + + +### Bug Fixes + +* rename http-proxy to http_proxy ([8ee5e0b](https://github.com/ambianic/peerjs-python/commit/8ee5e0b1d46e10549308c6e131a2d38704a18465)), closes [#50](https://github.com/ambianic/peerjs-python/issues/50) + ## [1.4.1](https://github.com/ambianic/peerjs-python/compare/v1.4.0...v1.4.1) (2020-11-28) diff --git a/src/setup.cfg b/src/setup.cfg index 38fed09..257a4ff 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.4.1 +version = 1.4.2 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.