From 633cde8b4708cd58f292ab722b53ce709c2ca88b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 Apr 2020 01:53:40 +0000 Subject: [PATCH] chore(release): 1.2.4 [skip ci] ## [1.2.4](https://github.com/ambianic/peerjs-python/compare/v1.2.3...v1.2.4) (2020-04-02) ### Bug Fixes * expand list of fallback stun and turn servers ([5e179f3](https://github.com/ambianic/peerjs-python/commit/5e179f3995f442f88491e95b728dc98eb02828d2)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a71e9e..ef312bc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.2.4](https://github.com/ambianic/peerjs-python/compare/v1.2.3...v1.2.4) (2020-04-02) + + +### Bug Fixes + +* expand list of fallback stun and turn servers ([5e179f3](https://github.com/ambianic/peerjs-python/commit/5e179f3995f442f88491e95b728dc98eb02828d2)) + ## [1.2.3](https://github.com/ambianic/peerjs-python/compare/v1.2.2...v1.2.3) (2020-03-29) diff --git a/src/setup.cfg b/src/setup.cfg index 71de439..94e1222 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.2.3 +version = 1.2.4 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.