From 13a57ae80ac20f535555b234daa1d3e31063965e Mon Sep 17 00:00:00 2001 From: Kai Hudalla Date: Mon, 7 Feb 2022 11:12:37 +0100 Subject: [PATCH] Prepare 1.11.2 release Signed-off-by: Kai Hudalla --- site/homepage/content/release-notes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/homepage/content/release-notes.md b/site/homepage/content/release-notes.md index 11aee0afc6..f825184e84 100644 --- a/site/homepage/content/release-notes.md +++ b/site/homepage/content/release-notes.md @@ -4,12 +4,12 @@ title = "What is new & noteworthy in Hono?" description = "Information about changes in recent Hono releases. Includes new features, fixes, enhancements and API changes." +++ -## 1.11.2 (not yet released) +## 1.11.2 ### Fixes & Enhancements * The MongoDB device registry did not accept HTTP endpoint credentials that worked with Hono <= 1.10 because - password hashes were created in lowercase instead of uppercase. This has been fixed. + password hashes were created in lower case instead of upper case. This has been fixed. * The native executable of the Command Router component did not start when configured with an embedded cache. This has been fixed. * There was an issue trying to send connection events concerning unauthenticated MQTT/AMQP devices. This has been fixed.