diff --git a/CHANGELOG.md b/CHANGELOG.md index fef5e81b..9bb22ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Semantic Versioning Changelog +## [1.14.2](https://github.com/ambianic/ambianic-edge/compare/v1.14.1...v1.14.2) (2021-02-17) + + +### Bug Fixes + +* separate inference output formatting for each detection model; closes [#254](https://github.com/ambianic/ambianic-edge/issues/254) ([8768c17](https://github.com/ambianic/ambianic-edge/commit/8768c17e5063ab189e92cdec6dff6a24ea29e5ad)), closes [#314](https://github.com/ambianic/ambianic-edge/issues/314) + ## [1.14.1](https://github.com/ambianic/ambianic-edge/compare/v1.14.0...v1.14.1) (2021-02-13) diff --git a/src/setup.cfg b/src/setup.cfg index 4c8605cb..f0b8e4a2 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-edge -version = 1.14.1 +version = 1.14.2 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Edge component of the AI platform for home and business automation