diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bb8e3..756e407 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Semantic Versioning Changelog +## [1.0.4](https://github.com/ambianic/peerjs-python/compare/v1.0.3...v1.0.4) (2020-01-28) + + +### Bug Fixes + +* license classifier ([e0bb252](https://github.com/ambianic/peerjs-python/commit/e0bb252d8c449a6cbaece8ac90c852984dd71610)) +* merge branch 'master' into dev ([7a57aba](https://github.com/ambianic/peerjs-python/commit/7a57abaa2fcddb7269f1c82e88430953a329a4df)) +* setup.cfg deps ([20a4c77](https://github.com/ambianic/peerjs-python/commit/20a4c77a1e3ba2efd99b8ad3dc14f5d042e6f28b)) + ## [1.0.3](https://github.com/ambianic/peerjs-python/compare/v1.0.2...v1.0.3) (2020-01-28) diff --git a/src/setup.cfg b/src/setup.cfg index bacfec6..ecd7ed9 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = peerjs -version = 1.0.3 +version = 1.0.4 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Python port of PeerJS client library.