From 4ea7d6eec28ad51e6b390d826a38171d12f34d16 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sun, 29 Nov 2020 20:46:10 +0000 Subject: [PATCH] chore(release): 1.9.0 [skip ci] # [1.9.0](https://github.com/ambianic/ambianic-edge/compare/v1.8.7...v1.9.0) (2020-11-29) ### Bug Fixes * peer reconnect error; pull new peerjs-python ([61ea30b](https://github.com/ambianic/ambianic-edge/commit/61ea30b322d97e1fb7cdf12593d203fa08d24817)) ### Features * fully automate dev setup with Gitpod and introduce ai label filter ([a1c0887](https://github.com/ambianic/ambianic-edge/commit/a1c088782c2529856389cf905dd4e88c6892556c)) * introduce labels as a model inference filter ([a1af6ae](https://github.com/ambianic/ambianic-edge/commit/a1af6aea5c8bed5f294ef80edaaa91d3baae118e)) --- CHANGELOG.md | 13 +++++++++++++ src/setup.cfg | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cf915183..feecab6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Semantic Versioning Changelog +# [1.9.0](https://github.com/ambianic/ambianic-edge/compare/v1.8.7...v1.9.0) (2020-11-29) + + +### Bug Fixes + +* peer reconnect error; pull new peerjs-python ([61ea30b](https://github.com/ambianic/ambianic-edge/commit/61ea30b322d97e1fb7cdf12593d203fa08d24817)) + + +### Features + +* fully automate dev setup with Gitpod and introduce ai label filter ([a1c0887](https://github.com/ambianic/ambianic-edge/commit/a1c088782c2529856389cf905dd4e88c6892556c)) +* introduce labels as a model inference filter ([a1af6ae](https://github.com/ambianic/ambianic-edge/commit/a1af6aea5c8bed5f294ef80edaaa91d3baae118e)) + ## [1.8.7](https://github.com/ambianic/ambianic-edge/compare/v1.8.6...v1.8.7) (2020-11-25) diff --git a/src/setup.cfg b/src/setup.cfg index 316538ff..83e6a97a 100644 --- a/src/setup.cfg +++ b/src/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = ambianic-edge -version = 1.8.7 +version = 1.9.0 author = Ivelin Ivanov author_email = ivelin.ivanov@ambianic.ai description = Edge component of the AI platform for home and business automation