From 6ad423985459f32de226684d8865d18892d9e0b3 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 9 Nov 2020 21:22:02 +0000 Subject: [PATCH] chore(release): 1.4.0 [skip ci] # [1.4.0](https://github.com/ambianic/peerjs-python/compare/v1.3.0...v1.4.0) (2020-11-09) ### Features * expose dedicated configuration ([c1cf754](https://github.com/ambianic/peerjs-python/commit/c1cf7544ebbc15cc054d66faddb4e2cff6acb291)), closes [#37](https://github.com/ambianic/peerjs-python/issues/37) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 826a005..cafe9b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +# [1.4.0](https://github.com/ambianic/peerjs-python/compare/v1.3.0...v1.4.0) (2020-11-09) + + +### Features + +* expose dedicated configuration ([c1cf754](https://github.com/ambianic/peerjs-python/commit/c1cf7544ebbc15cc054d66faddb4e2cff6acb291)), closes [#37](https://github.com/ambianic/peerjs-python/issues/37) + # [1.3.0](https://github.com/ambianic/peerjs-python/compare/v1.2.7...v1.3.0) (2020-11-03) diff --git a/src/setup.cfg b/src/setup.cfg index a88f3c4..c7233fc 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.3.0 +version = 1.4.0 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.