From 3bfe3e565008d8a47a2d05b11a30adb7c8b3b214 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Lo=CC=88tscher?= Date: Tue, 16 May 2023 10:19:49 +0200 Subject: [PATCH] Update to Release 0.4.4 --- CHANGELOG.md | 2 ++ README.md | 2 +- pubspec.yaml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17330e76..3d162700 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index 84219ced..6b558ced 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pubspec.yaml b/pubspec.yaml index f56d4e9b..f432af91 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: