diff --git a/packages/cli/BREAKING-CHANGES.md b/packages/cli/BREAKING-CHANGES.md index 1132496ee4..2a762e0476 100644 --- a/packages/cli/BREAKING-CHANGES.md +++ b/packages/cli/BREAKING-CHANGES.md @@ -4,6 +4,17 @@ This list shows all the versions which include breaking changes and how to upgra ## 0.118.0 +### What changed? +The minimum Node.js version required for n8n is now v14. + +### When is action necessary? +If you're using n8n via npm or PM2 or if you're contributing to n8n. + +### How to upgrade: +Update the Node.js version to v14 or above. + +---------------------------- + ### What changed? In the Postgres, CrateDB, QuestDB and TimescaleDB nodes the `Execute Query` operation returns the result from all queries executed instead of just one of the results.