Skip to content

Commit 5c72bd7

Browse files
authored
Merge pull request #2270 from AzureAD/swagup/release/1.4.1
Update version for release 1.4.1
2 parents e381e2f + f201699 commit 5c72bd7

File tree

5 files changed

+6
-8
lines changed

5 files changed

+6
-8
lines changed

CHANGELOG.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
## [1.4.2]:
1+
## [1.4.1]
2+
* Update Native Auth logging levels for improved clarity and consistency. #2184
23
* Update common core submodule with changes related to upgrade registration.
34
* Add a new flag MSALThrottlingCacheHitKey for error returned from client's throttling #2257
45
* Update common core submodule with device register action with token protection hint.
56
* Native Auth logs are appropriately masked to ensure sensitive information is protected.
67

7-
## [1.4.1]:
8-
* Update Native Auth logging levels for improved clarity and consistency. #2184
9-
108
## [1.4.0]:
119
* Add platform sequence param. #2192
1210
* Native auth can now store multiple access tokens related to different resources.

MSAL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "MSAL"
3-
s.version = "1.4.2"
3+
s.version = "1.4.1"
44
s.summary = "Microsoft Authentication Library (MSAL) for iOS"
55
s.description = <<-DESC
66
The MSAL library for iOS gives your app the ability to begin using the Microsoft Cloud by supporting Microsoft Azure Active Directory and Microsoft Accounts in a converged experience using industry standard OAuth2 and OpenID Connect. The library also supports Microsoft Azure B2C for those using our hosted identity management service.

MSAL/resources/ios/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.2</string>
18+
<string>1.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSPrincipalClass</key>

MSAL/resources/mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>1.4.2</string>
18+
<string>1.4.1</string>
1919
<key>CFBundleVersion</key>
2020
<string>$(CURRENT_PROJECT_VERSION)</string>
2121
<key>NSHumanReadableCopyright</key>

MSAL/src/MSAL_Internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727

2828
#define MSAL_VER_HIGH 1
2929
#define MSAL_VER_LOW 4
30-
#define MSAL_VER_PATCH 2
30+
#define MSAL_VER_PATCH 1
3131

3232
#define STR_HELPER(x) #x
3333
#define STR(x) STR_HELPER(x)

0 commit comments

Comments
 (0)