diff --git a/docs/reference/changelog.md b/docs/reference/changelog.md
index 6e2414cbb..e4ebde4de 100644
--- a/docs/reference/changelog.md
+++ b/docs/reference/changelog.md
@@ -1,5 +1,35 @@
# Changelog
+## n8n@0.100.0
+For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.99.1...n8n@0.100.0) for this version.
+**Release date:** 2020-12-30
+
+- New nodes
+ - Microsoft Outlook
+- Enhanced nodes
+ - ActiveCampaign: The node loads more options for the fields
+ - Asana: Added Subtask resource and Get All operation for the Task resource
+ - Edit Image: Added Multi Step operation
+ - HTTP Request: Added Use Querystring option
+ - IF: Added Ends With and Starts With operations
+ - Jira: Added Issue Comment resource
+ - Switch: Added Ends With and Starts With operations
+ - Telegram: Added File resource
+- Bug fixes
+ - Box Trigger: Fixed a typo in the description
+ - Edit Image: Fixed an issue with multiple composite operations
+ - HTTP Request: Fixed an issue with the binary data getting used by multiple nodes
+ - S3: Fixed an issue with uploading files
+ - Stripe Trigger: Fixed an issue with the existing webhooks
+ - Telegram: Fixed an issue with the Send Audio operation
+- Binary data stays visible if a node gets re-executed
+
+## n8n@0.99.1
+For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.99.0...n8n@0.99.1) for this version.
+**Release date:** 2020-12-24
+
+- Fixed a bug that caused HTML to render in JSON view
+
## n8n@0.99.0
For a comprehensive list of changes, check out the [commits](https://github.com/n8n-io/n8n/compare/n8n@0.98.0...n8n@0.99.0) for this version.
**Release date:** 2020-12-24