diff --git a/.version b/.version index a18d770ba..ca6b1c8eb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -v12.4.0 \ No newline at end of file +v12.5.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index b0570038a..a9ea40b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Change Log +## [v12.5.0](https://github.com/auth0/lock/tree/v12.5.0) (2024-04-30) +[Full Changelog](https://github.com/auth0/lock/compare/v12.4.0...v12.5.0) + +- Support captchas in reset password flow [\#2547](https://github.com/auth0/lock/pull/2547) ([srijonsaha](https://github.com/srijonsaha)) + ## [v12.4.0](https://github.com/auth0/lock/tree/v12.4.0) (2024-01-04) [Full Changelog](https://github.com/auth0/lock/compare/v12.3.1...v12.4.0) diff --git a/README.md b/README.md index 5e146c811..5ab93b1a9 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ From CDN ```html - + ``` ### Configure Auth0 diff --git a/package.json b/package.json index 95830526e..61ae350f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.4.0", + "version": "12.5.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",