diff --git a/CHANGELOG.md b/CHANGELOG.md index 80be9550..59f11612 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.19.10](https://github.com/ambianic/ambianic-edge/compare/v1.19.9...v1.19.10) (2021-12-14) + + +### Bug Fixes + +* docker entrypoint script ([#408](https://github.com/ambianic/ambianic-edge/issues/408)) ([9c3a5cd](https://github.com/ambianic/ambianic-edge/commit/9c3a5cd0063ec7a634dbf0010566f40d81ab20a3)) + ## [1.19.9](https://github.com/ambianic/ambianic-edge/compare/v1.19.8...v1.19.9) (2021-12-14) diff --git a/src/setup.cfg b/src/setup.cfg index 8c00a0ad..7b430cbd 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-edge -version = 1.19.9 +version = 1.19.10 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 +