diff --git a/changelog.html b/changelog.html
index 608495e4..49e77f53 100644
--- a/changelog.html
+++ b/changelog.html
@@ -1,3 +1,8 @@
+2015.12.15 - 1.2.1 - cleanflight
+
+ - Add links to STM VCP Drivers and Zadig.
+ - Update recovery procedure on Firmware Flasher page.
+
2015.12.15 - 1.2.0 - cleanflight
- Support Cleanflight API 1.15.0.
diff --git a/js/data_storage.js b/js/data_storage.js
index 3c56846f..9542afc7 100755
--- a/js/data_storage.js
+++ b/js/data_storage.js
@@ -1,10 +1,10 @@
'use strict';
var CONFIGURATOR = {
- 'releaseDate': 1454638198085, // new Date().getTime() - Fri Feb 05 2016 03:09:53 GMT+0100
+ 'releaseDate': 1456164608903, // new Date().getTime() - Mon Feb 22 2016 19:10:05 GMT+0100
// all versions are specified and compared using semantic versioning http://semver.org/
- 'apiVersionAccepted': '1.2.0',
+ 'apiVersionAccepted': '1.2.1',
'backupRestoreMinApiVersionAccepted': '1.5.0',
'pidControllerChangeMinApiVersion': '1.5.0',
'backupFileMinVersionAccepted': '0.55.0', // chrome.runtime.getManifest().version is stored as string, so does this one
diff --git a/manifest.json b/manifest.json
index a78da020..3cd820ac 100644
--- a/manifest.json
+++ b/manifest.json
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"minimum_chrome_version": "38",
- "version": "1.2.0",
+ "version": "1.2.1",
"author": "Hydra",
"name": "Cleanflight - Configurator",
"short_name": "cleanflight",