Skip to content

Commit 4a0833f

Browse files
author
Ryan Pangrle
committed
Update version to 2.1.2
1 parent d11647f commit 4a0833f

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

ADAL.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "ADAL"
33
s.module_name = "ADAL"
4-
s.version = "2.1.1"
4+
s.version = "2.1.2"
55
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"
66

77
s.description = <<-DESC

ADAL/src/ADAL_Internal.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,11 @@
2525
//version in static define until we identify a better place:
2626
#define ADAL_VER_HIGH 2
2727
#define ADAL_VER_LOW 1
28-
#define ADAL_VER_PATCH 1
28+
#define ADAL_VER_PATCH 2
2929

3030
#define STR_ADAL_VER_HIGH "2"
3131
#define STR_ADAL_VER_LOW "1"
32-
#define STR_ADAL_VER_PATCH "1"
32+
#define STR_ADAL_VER_PATCH "2"
3333

3434
// Framework versions only support high and low for the double value, sadly.
3535
#define ADAL_VERSION_NUMBER 2.1
@@ -40,7 +40,7 @@
4040
#define ADAL_VERSION_(high, low, patch) adalVersion_ ## high ## _ ## low ## _ ## patch
4141

4242
// This is specially crafted so the name of the variable matches the full ADAL version
43-
#define ADAL_VERSION_VAR ADAL_VERSION_(2, 1, 1)
43+
#define ADAL_VERSION_VAR ADAL_VERSION_(2, 1, 2)
4444

4545
#import "ADLogger+Internal.h"
4646
#import "ADErrorCodes.h"

changelog.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 2.1.2
2+
-------------
3+
* Restored the fix for ADKeychainTokenCache that was overriden in a git merge.
4+
5+
16
Version 2.1.1
27
_____________
38
* Added underlying errors to ADAuthenticationErrors when returning user interaction required

0 commit comments

Comments
 (0)