diff --git a/CHANGELOG.md b/CHANGELOG.md
index 91b5425080254aa271047750134daecff7246454..860d4295f961b7931a4577d6e3f1db654f1dc363 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,16 @@
 # Changelog
 All notable changes to this project will be documented in this file.
 
+## 0.14.0 - 2019-04-17
+### Added
+- Ability to create new folders (mailboxes)
+- Nextcloud 17 compatibility
+### Changed
+- New and updated translations
+### Fixed
+- Update vulnerable js dependencies
+- Navigation toggle on mobile
+
 ## 0.13.0 - 2019-04-12
 ### Added
 - Signatures support
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 3408aa021b51ae506fed8252a3a40cd016e58d3e..b10c3d69114e9e78b68d4978ddd86f2d001752ac 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,7 +5,7 @@
 	<name>Mail</name>
 	<summary>IMAP web client</summary>
 	<description>Easy to use email client which connects to your mail server via IMAP and SMTP.</description>
-	<version>0.13.0</version>
+	<version>0.14.0</version>
 	<licence>agpl</licence>
 	<author>Christoph Wurst</author>
 	<author>Jan-Christoph Borchardt</author>
diff --git a/package-lock.json b/package-lock.json
index db7476e1872b47a50d5b1a173ef011cf68eaac13..fe1b230a8c8482b94d5c5162ad498177badbab71 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "mail",
-  "version": "0.13.0",
+  "version": "0.14.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 6b3d0e80d673d82f1c36e529cccce065aea72092..1530241a4b9b1c83c510c32bd1a6f97dbbcd8162 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "mail",
   "description": "Nextcloud Mail",
-  "version": "0.13.0",
+  "version": "0.14.0",
   "author": "Christoph Wurst <christoph@winzerhof-wurst.at>",
   "license": "agpl",
   "private": true,