diff --git a/CHANGELOG.md b/CHANGELOG.md index d2cbc6da..98f06aba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [5.12.0](https://github.com/frontegg/frontegg-angular/compare/v5.11.0...v5.12.0) (2023-1-16) + +- Fixed sign up position in dark theme +- Added margin to login error +- Added support for built-in authenticators, security keys, and SMS as MFA methods + + ## [5.11.0](https://github.com/frontegg/frontegg-angular/compare/v5.10.0...v5.11.0) (2023-1-11) - Fixed login with apple redirect URL diff --git a/projects/frontegg-app/package.json b/projects/frontegg-app/package.json index 37e05236..93d1392d 100644 --- a/projects/frontegg-app/package.json +++ b/projects/frontegg-app/package.json @@ -1,6 +1,6 @@ { "name": "@frontegg/angular", - "version": "5.11.0", + "version": "5.12.0", "license": "MIT", "peerDependencies": { "@angular/common": ">=12.0.0",