Skip to content

Commit

Permalink
Merge pull request #232 from Earlybyte/updateRelease044
Browse files Browse the repository at this point in the history
Update to Release 0.4.4
  • Loading branch information
josemiguelvarela authored May 16, 2023
2 parents fb3068d + 3bfe3e5 commit 0ac104f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## [Unreleased]

## [0.4.4] - 20230516

- Add cacheLocation configuration https://github.com/Earlybyte/aad_oauth/pull/220 (by @tigloo)
- Always use myMSALObj.acquireTokenSilent to get fresh token https://github.com/Earlybyte/aad_oauth/pull/226 (by @ruicraveiro)
- Added custom domain url with tenant Id for B2C with Azure Front Door https://github.com/Earlybyte/aad_oauth/pull/227 (by @jochemvanweelde)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ Add the following to your pubspec.yaml dependencies:

```yaml
dependencies:
aad_oauth: "^0.4.3"
aad_oauth: "^0.4.4"
```
## Contribution
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: aad_oauth
description: A Flutter OAuth package for performing user authentication against
Azure Active Directory OAuth2 v2.0 endpoint.
version: 0.4.3
version: 0.4.4
homepage: https://github.com/Earlybyte/aad_oauth

environment:
Expand Down

0 comments on commit 0ac104f

Please sign in to comment.