diff --git a/CHANGELOG.md b/CHANGELOG.md
index 847b17db9..e55f57858 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,16 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [0.6.1](https://github.com/meetalva/alva/compare/v0.6.0...v0.6.1) (2018-02-01)
+
+
+### Bug Fixes
+
+* disabled drag-and-drop from outside the application ([c15b2cf](https://github.com/meetalva/alva/commit/c15b2cf))
+
+
+
# [0.6.0](https://github.com/meetalva/alva/compare/v0.5.0...v0.6.0) (2017-12-20)
diff --git a/package.json b/package.json
index 39855988e..3d0d54992 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "meetalva",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Alva is a radically new design tool that enables cross-functional teams to design digital products.",
"main": "./build/electron/electron.js",
"scripts": {