diff --git a/CHANGELOG.md b/CHANGELOG.md
index dfd0f1b1..08808837 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,15 @@
#Change Log
+## [v8.2.0](https://github.com/auth0/auth0.js/tree/v8.2.0) (2017-01-30)
+[Full Changelog](https://github.com/auth0/auth0.js/compare/v8.1.3...v8.2.0)
+
+**Added**
+- Plugins support + cordova plugin [\#333](https://github.com/auth0/auth0.js/pull/333) ([glena](https://github.com/glena))
+
+**Fixed**
+- popup.authorize should not require redirectURI when using OWP [\#336](https://github.com/auth0/auth0.js/pull/336) ([glena](https://github.com/glena))
+
+
## [v8.1.3](https://github.com/auth0/auth0.js/tree/v8.1.3) (2017-01-23)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v8.1.2...v8.1.3)
diff --git a/README.md b/README.md
index d4d12863..687da359 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ From CDN
```html
-
+
```
From [bower](http://bower.io)
diff --git a/package.json b/package.json
index da0cd2a4..78cf148d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-js",
- "version": "8.1.3",
+ "version": "8.2.0",
"description": "Auth0 headless browser sdk",
"main": "src/index.js",
"keywords": [
diff --git a/src/version.js b/src/version.js
index b169a442..b85e5457 100644
--- a/src/version.js
+++ b/src/version.js
@@ -1 +1 @@
-module.exports = { raw: '8.1.3' };
+module.exports = { raw: '8.2.0' };