mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 04:47:29 -08:00
⚡ Add breaking change for 0.165.0
* fix security culnerability * Update BREAKING-CHANGES.md Added note to Breaking Changes file. Co-authored-by: quansenB <inaki.breinbauer@gmail.com>
This commit is contained in:
parent
2f79197700
commit
40e5bea514
|
@ -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?
|
||||
|
|
Loading…
Reference in a new issue