diff --git a/CHANGELOG.md b/CHANGELOG.md index 13f2551c27..5f1495218f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.193.2](https://github.com/n8n-io/n8n/compare/n8n@0.193.1...n8n@0.193.2) (2022-09-01) + + +### Bug Fixes + +* **docker:** n8n docker image needs su-exec ([#3993](https://github.com/n8n-io/n8n/issues/3993)) ([aec2489](https://github.com/n8n-io/n8n/commit/aec2489aefb8fca522302bdcaa002fa62393b70a)) +* **docker:** Revert docker `USER` and `WORKDIR` changes ([#3992](https://github.com/n8n-io/n8n/issues/3992)) ([34a99fd](https://github.com/n8n-io/n8n/commit/34a99fd089a754170ed4f2b9bdc02fc951d7e9bc)) +* **core:** Fix OAuth2 issues ([#3391](https://github.com/n8n-io/n8n/pull/3991)) + + ## [0.193.1](https://github.com/n8n-io/n8n/compare/n8n@0.193.0...n8n@0.193.1) (2022-08-31) diff --git a/package.json b/package.json index aeaa073c28..e111ab9cf9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "n8n", - "version": "0.193.1", + "version": "0.193.2", "private": true, "homepage": "https://n8n.io", "scripts": {