diff --git a/CHANGELOG.md b/CHANGELOG.md index ae18004d8..9cd5f16a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [v12.1.0](https://github.com/auth0/lock/tree/v12.1.0) (2023-07-17) +[Full Changelog](https://github.com/auth0/lock/compare/v12.0.2...v12.1.0) + +**Added** +- Added support for hCaptcha and Friendly Captcha [\#2387](https://github.com/auth0/lock/pull/2387) ([DominickBattistini](https://github.com/DominickBattistini)) + +**Changed** +- WelcomeMessage header text marked as heading [\#2373](https://github.com/auth0/lock/pull/2373) ([piwysocki](https://github.com/piwysocki)) + ## [v12.0.2](https://github.com/auth0/lock/tree/v12.0.2) (2023-02-10) [Full Changelog](https://github.com/auth0/lock/compare/v12.0.1...v12.0.2) diff --git a/README.md b/README.md index 307a68d96..8f98f3884 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 54e3d32a3..08181f920 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-lock", - "version": "12.0.2", + "version": "12.1.0", "description": "Auth0 Lock", "author": "Auth0 (http://auth0.com)", "license": "MIT",