Updated to 0.9.19, changelog and readme
diff --git a/README.md b/README.md
index 17f1d8e..0b9ddc6 100644
--- a/README.md
+++ b/README.md
@@ -27,18 +27,6 @@
 
 This will describe all the available commands for building and running the tests, etc.
 
-## Running As A Chrome Extension
-
-* Go to the extension management page (chrome://chrome/extensions/) in chrome.
-* Ensure that you have selected the developer mode checkbox.
-* Click the Load Unpacked extension button.
-* Select the `pkg/chrome.extension` folder.
-
-NOTE: For development you should be fine to just build with jake and refresh your browser.
-If you end up editing anything in the ext folder you will need to refresh the extension from the extension management page.
-
-For more information see [doc/chrome_extension.md](https://github.com/apache/incubator-ripple/blob/master/doc/chrome_extension.md).
-
 ## Running Inside Other Web Browsers
 
 Ripple is (by-design) browser agnostic, and _should_ be able to run inside any web browser.
diff --git a/doc/CHANGELOG.md b/doc/CHANGELOG.md
index b159c71..4935644 100644
--- a/doc/CHANGELOG.md
+++ b/doc/CHANGELOG.md
@@ -1,3 +1,10 @@
+## V0.8.19 - Nov 5, 2013
+
+* Added Support for Cordova 3.0
+* Fixed building on windows
+* Removed BlackBerry Device Skins
+* Removed BlackBerry specific code
+
 ## v0.9.18 - July 8, 2013
 
 Pre-install script (on Windows) causes failure to install via npm
diff --git a/package.json b/package.json
index 6f666ff..8c0241e 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "ripple-emulator",
-  "version": "0.9.18",
+  "version": "0.9.19",
   "description": "A browser based html5 mobile application development and testing tool",
   "homepage": "http://ripple.incubator.apache.org/",
   "author": {