diff --git a/CHANGELOG.md b/CHANGELOG.md
index d703315b3..cc1356da3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
#Change Log
+## [v10.8.1](https://github.com/auth0/lock/tree/v10.8.1) (2017-01-03)
+[Full Changelog](https://github.com/auth0/lock/compare/v10.8.0...v10.8.1)
+**Closed issues**
+- username/password login doesn't work with custom domains on the appliance [\#772](https://github.com/auth0/lock/issues/772)
+
+**Fixed**
+- allow to override tenant + issuer and pass to auth0.js [\#773](https://github.com/auth0/lock/pull/773) ([glena](https://github.com/glena))
+
+
## [v10.8.0](https://github.com/auth0/lock/tree/v10.8.0) (2017-01-02)
[Full Changelog](https://github.com/auth0/lock/compare/v10.7.3...v10.8.0)
**Closed issues**
diff --git a/README.md b/README.md
index 17c1d98a2..892c1d726 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ From CDN
```html
-
+
```
From [bower](http://bower.io)
diff --git a/bower.json b/bower.json
index a84e9fd9e..8a2f30dd2 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "10.8.0",
+ "version": "10.8.1",
"main": "build/lock.js",
"ignore": [
"lib-cov",
diff --git a/package.json b/package.json
index d0cdac5a2..4420cd3e8 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "10.8.0",
+ "version": "10.8.1",
"description": "Auth0 Lock",
"author": "Auth0 (http://auth0.com)",
"license": "MIT",