[CB-4750] Updated version and changelog for 0.11.0
diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..1d94527
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,17 @@
+# Changelog
+
+## 0.11.0
+
+### Features
+
+- Windows phone support
+- Track download counts from the plugin registry [CB-4492](https://issues.apache.org/jira/browse/CB-4492)
+- Plugin URLs can now be specified with a hash giving a git ref and subdirectory, as in `https://github.com/foo/bar.git#gitref:sub/dir`. Both parts are optional: `.../bar.git#gitref` and `.../bar.git#:sub/dir` both work. [CB-4622](https://issues.apache.org/jira/browse/CB-4622)
+- Engine data is now stored in the registry, and Plugman will not install plugins your Cordova version cannot support. [CB-4494](https://issues.apache.org/jira/browse/CB-4494)
+- `<lib-file>` tags are now allowed on Android. [CB-4430](https://issues.apache.org/jira/browse/CB-4430)
+
+### Bugfixes
+
+- `plugin rm` now doesn't choke when a file is already deleted
+- Fixed some trouble with filesystem paths vs. web paths; improves Windows host support.
+- Projects beginning with `x`, `y`, and `z` now work. [CB-4502](https://issues.apache.org/jira/browse/CB-4502)
diff --git a/package.json b/package.json
index 6ce1ef5..0e31cdf 100644
--- a/package.json
+++ b/package.json
@@ -2,8 +2,8 @@
   "author": "Andrew Lunny <alunny@gmail.com>",
   "name": "plugman",
   "description": "install/uninstall Cordova plugins",
-  "version": "0.10.1",
-"repository": {
+  "version": "0.11.0",
+  "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-plugman.git"
   },