Skip to content

Commit

Permalink
chore(release): 1.19.8
Browse files Browse the repository at this point in the history
## [1.19.8](v1.19.7...v1.19.8) (2021-12-13)

### Bug Fixes

* improve NAT traversal; add TURN routing ([#406](#406)) ([37ef557](37ef557))
  • Loading branch information
semantic-release-bot committed Dec 13, 2021
1 parent 37ef557 commit 3db905f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
5 changes: 3 additions & 2 deletions src/setup.cfg
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[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
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
Expand All @@ -21,3 +21,4 @@ classifiers =
[options]
packages = find:
python_requires = >=3.7

0 comments on commit 3db905f

Please sign in to comment.