diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md
index f3436c993..53ecb7828 100644
--- a/docs/reference/changelog.md
+++ b/docs/reference/changelog.md
@@ -2,6 +2,46 @@
🛠 = Version contains a breaking change. Check out the list of all the breaking changes [here](https://github.com/n8n-io/n8n/blob/master/packages/cli/BREAKING-CHANGES.md).
+## n8n@0.122.1
+For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.122.0...n8n@0.122.1) for this version.
+**Release date:** 2021-05-30
+
+### Core Functionality ⚙️
+- Fixed an issue with the order in migration rollback
+
+## n8n@0.122.0
+For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.121.0...n8n@0.122.0) for this version.
+**Release date:** 2021-05-30
+
+### New nodes ✨
+
+
+
+
+
+### Enhanced nodes 🚀
+
+
+
+
+
+### Core Functionality ⚙️
+- Changed `bcrypt` library from `@node-rs/bcrypt` to `bcryptjs`
+- Fixed an issue with optional parameters that have the same name
+- Added the functionality to tag workflows
+- Fixed errors in the Expression Editor
+- Fixed an issue with nodes that only get connected to the second input. This solves the issue of copying and pasting the workflows where only one output of the IF node gets connected to a node
+
+### Bug fixes 🐛
+
+
+
+
+
+### Contributors 🙌
+
+[Alexander Mustafin](https://github.com/sashker)
+
## n8n@0.121.0
For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.120.0...n8n@0.121.0) for this version.
**Release date:** 2021-05-20