From 40e5bea514a278fc08bf749c8de07a01041e9889 Mon Sep 17 00:00:00 2001 From: Jonathan Bennetts Date: Sat, 26 Feb 2022 10:37:52 +0000 Subject: [PATCH] :zap: Add breaking change for 0.165.0 * fix security culnerability * Update BREAKING-CHANGES.md Added note to Breaking Changes file. Co-authored-by: quansenB --- packages/cli/BREAKING-CHANGES.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 774d9705eb..2a339c371f 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,6 +2,20 @@ This list shows all the versions which include breaking changes and how to upgrade. +## 0.165.0 + +### What changed? + +The Hive node now correctly rejects invalid SSL certificates when the "Ignore SSL Issues" option is set to False. + +### When is action necassary? + +If you are using a self signed certificate with The Hive. + +### How to upgrade: + +Go to the credentials for The Hive, Enable the "Ignore SSL Issues" option. + ## 0.139.0 ### What changed?