diff --git a/changelog.html b/changelog.html
index 08617bca6..6d49bfd5f 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,6 +1,10 @@
+2015.05.09 - 0.63.2 - cleanflight
+
+ - Support cleanflight API version > 1.9.
+
2015.04.14 - 0.63.1 - cleanflight
- - Fix for lootime backup/restore when migrating from firmware with api < 1.8.
+ - Fix for looptime backup/restore when migrating from firmware with api < 1.8.
- Update sponsors panel.
- Add link for T-Shirts!
diff --git a/js/data_storage.js b/js/data_storage.js
index d459b5353..2cad1f273 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,7 +1,7 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1429014724688, // new Date().getTime() - Tue Apr 14 2015 13:32:17 GMT+0100 (BST)
+ 'releaseDate': 1431142200587, // new Date().getTime() - Sat May 09 2015 04:30:08 GMT+0100 (BST)
// all versions are specified and compared using semantic versioning http://semver.org/
'apiVersionAccepted': '1.2.0',
diff --git a/manifest.json b/manifest.json
index 6b47f7265..ca3f8c05f 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "0.63.1",
+ "version": "0.63.2",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",