Skip to content

Commit 1ab936b

Browse files
committed
Merge branch 'main' into sedemche/merge_main_into_release
2 parents bdba564 + 773aa42 commit 1ab936b

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
* Add feature flags provider to be controlled from broker (#2540)
33
* Added GitHub issue templates for better issue tracking and reporting (#2554)
44

5+
## [1.8.1]
6+
* Cherry pick DUNA "resume" action fix #2558
7+
58
## [1.8.0]
69
* Support sendable result (#2518)
710
* Support DUNA protocol for CBA flow (#2508)

MSAL/IdentityCore

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ let package = Package(
1313
targets: ["MSAL"]),
1414
],
1515
targets: [
16-
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.6.3/MSAL.zip", checksum: "ce2684b1d4ab1038d7ad892d4cae8a2ae38d0f13192064473a601fffe4ae755e")
16+
.binaryTarget(name: "MSAL", url: "https://github.com/AzureAD/microsoft-authentication-library-for-objc/releases/download/1.8.0/MSAL.zip", checksum: "f72cec6d325d14e0ad8edca2c740548c97a345822e7ed6750ccb3a41a3a5366c")
1717
]
1818
)

0 commit comments

Comments
 (0)