From fac0876f95d4891b90d2d925b14964a85875d542 Mon Sep 17 00:00:00 2001 From: Tanay Pant <7481165+tanay1337@users.noreply.github.com> Date: Fri, 26 Mar 2021 09:36:39 +0100 Subject: [PATCH] Add breaking change for 0.113.0 --- packages/cli/BREAKING-CHANGES.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 4eca7f0cc..aeb4f7e27 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -2,6 +2,19 @@ This list shows all the versions which include breaking changes and how to upgrade. +## 0.113.0 + +### What changed? +In the Dropbox node, both credential types (Access Token & OAuth2) have a new parameter called "APP Access Type". + +### When is action necessary? + +If you are using a Dropbox APP with permission type, "App Folder". + +### How to upgrade: + +Open your Dropbox node's credentials and set the "APP Access Type" parameter to "App Folder". + ## 0.111.0 ### What changed?