From 83feb884c2a51c9be6301c528911300ea5e970eb Mon Sep 17 00:00:00 2001 From: Koen Vervloesem Date: Thu, 22 Apr 2021 13:55:28 +0200 Subject: [PATCH] Release 1.1.2 --- VERSION | 2 +- docs/changelog.rst | 29 ++++++++++++++++++++++++----- 2 files changed, 25 insertions(+), 6 deletions(-) diff --git a/VERSION b/VERSION index 524cb55..45a1b3f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.1.1 +1.1.2 diff --git a/docs/changelog.rst b/docs/changelog.rst index ebfa40f..e26ae54 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -22,7 +22,7 @@ Unreleased Commits `since last release`_: -.. _`since last release`: https://github.com/rhasspy/rhasspy-hermes-app/compare/v1.1.1...HEAD +.. _`since last release`: https://github.com/rhasspy/rhasspy-hermes-app/compare/v1.1.2...HEAD Added ===== @@ -30,8 +30,6 @@ Added Changed ======= -- Updated dependency to rhasspy-hermes 0.6.0. - Deprecated ========== @@ -41,11 +39,32 @@ Removed Fixed ===== -- Added missing ``await`` in :meth:`rhasspyhermes_app.HermesApp.on_raw_message`. Pull request `#89 `_ by `@H3adcra5h `_. - Security ======== +********************* +`1.1.2`_ - 2021-04-22 +********************* + +.. _`1.1.2`: https://github.com/rhasspy/rhasspy-hermes-app/releases/tag/v1.1.2 + +Added +===== + +- Clarified `documentation about the default MQTT port `_. Pull request `#90 `_ by `@jasonhildebrand `_. +- Added and explained `example app to continue a session `_. +- Added and explained `example app for notifications `_. + +Changed +======= + +- Updated dependency to rhasspy-hermes 0.6.1. + +Fixed +===== + +- Added missing ``await`` in :meth:`rhasspyhermes_app.HermesApp.on_raw_message`. Pull request `#89 `_ by `@H3adcra5h `_. + ********************* `1.1.1`_ - 2021-01-13 *********************