From 517cb7cdb1224164aafb2f785f72b1641fc6f223 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Tue, 3 Nov 2020 01:30:47 +0000 Subject: [PATCH] chore(release): 1.3.0 [skip ci] # [1.3.0](https://github.com/ambianic/peerjs-python/compare/v1.2.7...v1.3.0) (2020-11-03) ### Features * expose stun servers config ([22f69b3](https://github.com/ambianic/peerjs-python/commit/22f69b3eaa79097791b2ec2c61abbd823c6c6a38)), closes [#36](https://github.com/ambianic/peerjs-python/issues/36) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 44dfe9b..826a005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.3.0](https://github.com/ambianic/peerjs-python/compare/v1.2.7...v1.3.0) (2020-11-03) + + +### Features + +* expose stun servers config ([22f69b3](https://github.com/ambianic/peerjs-python/commit/22f69b3eaa79097791b2ec2c61abbd823c6c6a38)), closes [#36](https://github.com/ambianic/peerjs-python/issues/36) + ## [1.2.7](https://github.com/ambianic/peerjs-python/compare/v1.2.6...v1.2.7) (2020-10-31) diff --git a/src/setup.cfg b/src/setup.cfg index e096b03..f49686c 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.2.7 +version = 1.3.0 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.