diff --git a/changelog.html b/changelog.html index 4e24f8a7..7ebbeaa1 100644 --- a/changelog.html +++ b/changelog.html @@ -1,3 +1,7 @@ +2015.10.31 - 0.67.0 - cleanflight +

+ - Support flashing of boards that have USB directly connected to MCU. (Device Firmware Update/DFU support).
+

2015.10.31 - 0.66.0 - cleanflight

- Update servo configuration (requires firmware >= 1.10.0).
diff --git a/manifest.json b/manifest.json index 3d84fc91..aa9ebbdb 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "minimum_chrome_version": "38", - "version": "0.66.0", + "version": "0.67.0", "author": "Hydra", "name": "Cleanflight - Configurator", "short_name": "cleanflight",