diff --git a/.version b/.version
index 973e887b5..91e062056 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-v14.2.3
\ No newline at end of file
+v14.2.4
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5ec3b481..f8f0eadab 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
# Change Log
+## [v14.2.4](https://github.com/auth0/lock/tree/v14.2.4) (2026-01-21)
+[Full Changelog](https://github.com/auth0/lock/compare/v14.2.3...v14.2.4)
+
+**Fixed**
+- fix: update className and InputWrap name in SelectInput component (#2534) [\#2719](https://github.com/auth0/lock/pull/2719) ([ankita10119](https://github.com/ankita10119))
+- fix: handle undefined and empty domain values in HRD screen (#2526) [\#2720](https://github.com/auth0/lock/pull/2720) ([ankita10119](https://github.com/ankita10119))
+- fix: add 'too_many_attempts' to error codes in logInError function [\#2718](https://github.com/auth0/lock/pull/2718) ([ankita10119](https://github.com/ankita10119))
+
## [v14.2.3](https://github.com/auth0/lock/tree/v14.2.3) (2026-01-12)
[Full Changelog](https://github.com/auth0/lock/compare/v14.2.2...v14.2.3)
diff --git a/README.md b/README.md
index d286e1642..623932c61 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ From CDN
```html
-
+
```
### Configure Auth0
diff --git a/package-lock.json b/package-lock.json
index 8d55e86c5..6a0aa5382 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "auth0-lock",
- "version": "14.2.3",
+ "version": "14.2.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "auth0-lock",
- "version": "14.2.3",
+ "version": "14.2.4",
"license": "MIT",
"dependencies": {
"auth0-js": "^9.29.0",
diff --git a/package.json b/package.json
index a97ae0260..93580450b 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "auth0-lock",
- "version": "14.2.3",
+ "version": "14.2.4",
"description": "Auth0 Lock",
"author": "Auth0 (http://auth0.com)",
"license": "MIT",