[CB-4751] Updated version and changelog for 3.0.9
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..53fc1d1
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+# Cordova-cli changelog
+
+## 3.0.9
+
+### Features
+
+- `platform ls` now shows both installed and available-to-install platforms. [CB-3904](https://issues.apache.org/jira/browse/CB-3904)
+
+### Bugfixes
+
+- Plugins are now installed serially across all installed platforms, rather than in parallel. This avoids race conditions in dependency installation. [CB-4184](https://issues.apache.org/jira/browse/CB-4184)
+- (WP8) All files from project www dir are now copied into the binary, not the top-level www. This means merges and plugin assets are correctly handled.
diff --git a/package.json b/package.json
index 023411a..e21c4da 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova",
-  "version": "3.0.8",
+  "version": "3.0.9",
   "preferGlobal": "true",
   "description": "Cordova command line interface tool",
   "main": "cordova",
@@ -30,7 +30,7 @@
   "dependencies": {
     "colors":">=0.6.0",
     "elementtree":"0.1.3",
-    "plugman":"0.10.0",
+    "plugman":"0.11.x",
     "plist":"0.4.x",
     "xcode":"0.5.1",
     "express":"3.0.0",