Skip to content

Commit

Permalink
Merge pull request #585 from frontegg/release/next
Browse files Browse the repository at this point in the history
v7.8.0
  • Loading branch information
TomerFrontegg authored Nov 28, 2024
2 parents db1c61f + 96c9b83 commit 4fb2ebe
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Change Log

## [7.8.0](https://github.com/frontegg/frontegg-angular/compare/v7.7.0...v7.8.0) (2024-11-28)

- FR-18838 - Added MFA with email code
- FR-17593 - Fixed SAML enable with non SSO user try to login not throwing an error


# Change Log

## [7.7.0](https://github.com/frontegg/frontegg-angular/compare/v7.6.4...v7.7.0) (2024-11-21)
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@frontegg/angular",
"version": "7.7.0",
"version": "7.8.0",
"license": "MIT",
"peerDependencies": {
"@angular/common": ">=12.0.0",
Expand Down
2 changes: 1 addition & 1 deletion projects/frontegg-app/src/sdkVersion.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export default { version: '7.7.0' };
export default { version: '7.8.0' };

0 comments on commit 4fb2ebe

Please sign in to comment.