diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8589d0567..eed1a80ff 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,14 @@
# Change Log
+## [v11.24.4](https://github.com/auth0/lock/tree/v11.24.4) (2020-07-02)
+[Full Changelog](https://github.com/auth0/lock/compare/v11.24.3...v11.24.4)
+
+
+**Changed**
+- [SDK-1756] Add HTML5 novalidate attribute to Lock form to remove native browser validation [\#1890](https://github.com/auth0/lock/pull/1890) ([stevehobbsdev](https://github.com/stevehobbsdev))
+- Bump auth0-js to 9.13.3 [\#1889](https://github.com/auth0/lock/pull/1889) ([stevehobbsdev](https://github.com/stevehobbsdev))
+
+
## [v11.24.3](https://github.com/auth0/lock/tree/v11.24.3) (2020-06-19)
[Full Changelog](https://github.com/auth0/lock/compare/v11.24.2...v11.24.3)
diff --git a/README.md b/README.md
index 63190bf58..900002271 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ From CDN
```html
-
+
```
From [npm](https://npmjs.org)
diff --git a/bower.json b/bower.json
index ca6b1eec9..c11ff9400 100644
--- a/bower.json
+++ b/bower.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "11.24.3",
+ "version": "11.24.4",
"main": "build/lock.js",
"ignore": [
"lib-cov",
diff --git a/package.json b/package.json
index 49ed555a8..3d9dda382 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "11.24.3",
+ "version": "11.24.4",
"description": "Auth0 Lock",
"author": "Auth0 (http://auth0.com)",
"license": "MIT",