From 3db905f0e59e8746301a00f032b0cd028a760901 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 13 Dec 2021 21:07:32 +0000 Subject: [PATCH] chore(release): 1.19.8 ## [1.19.8](https://github.com/ambianic/ambianic-edge/compare/v1.19.7...v1.19.8) (2021-12-13) ### Bug Fixes * improve NAT traversal; add TURN routing ([#406](https://github.com/ambianic/ambianic-edge/issues/406)) ([37ef557](https://github.com/ambianic/ambianic-edge/commit/37ef55726c163f3e1ad7443b8eb2378ed022e442)) --- CHANGELOG.md | 7 +++++++ src/setup.cfg | 5 +++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d87572b9..3b1729db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.19.8](https://github.com/ambianic/ambianic-edge/compare/v1.19.7...v1.19.8) (2021-12-13) + + +### Bug Fixes + +* improve NAT traversal; add TURN routing ([#406](https://github.com/ambianic/ambianic-edge/issues/406)) ([37ef557](https://github.com/ambianic/ambianic-edge/commit/37ef55726c163f3e1ad7443b8eb2378ed022e442)) + ## [1.19.7](https://github.com/ambianic/ambianic-edge/compare/v1.19.6...v1.19.7) (2021-12-07) diff --git a/src/setup.cfg b/src/setup.cfg index be45e275..f5c80793 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-edge -version = 1.19.7 +version = 1.19.8 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Edge component of the AI platform for home and business automation @@ -8,7 +8,7 @@ long_description = file: README.md long_description_content_type = text/markdown url = https://ambianic.ai license = Apache Software License 2.0 -classifiers = +classifiers = Development Status :: Beta Programming Language :: Python :: 3 OSI Approved :: Apache Software License @@ -21,3 +21,4 @@ classifiers = [options] packages = find: python_requires = >=3.7 +