diff --git a/CHANGELOG.md b/CHANGELOG.md
index eea5b7bf..57b1275b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Change Log
+## [v8.9.2](https://github.com/auth0/auth0.js/tree/v8.9.2) (2017-08-17)
+[Full Changelog](https://github.com/auth0/auth0.js/compare/v8.9.1...v8.9.2)
+
+**Fixed**
+- Fix passwordlessVerify not sending nonce [\#489](https://github.com/auth0/auth0.js/pull/489) ([luisrudge](https://github.com/luisrudge))
+# Change Log
+
## [v8.9.1](https://github.com/auth0/auth0.js/tree/v8.9.1) (2017-08-11)
[Full Changelog](https://github.com/auth0/auth0.js/compare/v8.9.0...v8.9.1)
diff --git a/README.md b/README.md
index 613ad720..d9952eac 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ From CDN
```html
-
+
```
From [bower](http://bower.io)
diff --git a/package.json b/package.json
index 4babf975..dba54150 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-js",
- "version": "8.9.1",
+ "version": "8.9.2",
"description": "Auth0 headless browser sdk",
"main": "src/index.js",
"keywords": [
diff --git a/src/version.js b/src/version.js
index fa82f5a1..1575355a 100644
--- a/src/version.js
+++ b/src/version.js
@@ -1 +1 @@
-module.exports = { raw: '8.9.1' };
+module.exports = { raw: '8.9.2' };