Skip to content

Commit

Permalink
Bump version to 2.4.1, add notes to changelog.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pangrle committed Mar 30, 2017
1 parent d064916 commit 031a84c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ADAL.podspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Pod::Spec.new do |s|
s.name = "ADAL"
s.module_name = "ADAL"
s.version = "2.4.0"
s.version = "2.4.1"
s.summary = "The ADAL SDK for iOS gives you the ability to add Azure Identity authentication to your application"

s.description = <<-DESC
Expand Down
2 changes: 1 addition & 1 deletion ADAL/src/ADAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
// through build script. Don't change its format unless changing build script as well.)
#define ADAL_VER_HIGH 2
#define ADAL_VER_LOW 4
#define ADAL_VER_PATCH 0
#define ADAL_VER_PATCH 1

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down
7 changes: 7 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Version 2.4.1 (03.29.2017)
-------------
* Fixed a bug that could cause 'Collection was mutated while being enumerated' exceptions (#932)
* Fixed a query parameter decoding issue (#926)


Version 2.4.0 (03.21.2017)
-------------
* ADAL no longer supports 32-bit macOS applications (#755)
* ADFS on-premises authority validation (#529)
* Added ADTelemetry interface for app developers to consume ADAL telemetry in their telemetry pipelines (#859)
* Fixed documentation warnings in ADAL headers (#900)
* Replaced NSURLConnection (which was deprecated in iOS 9) usage with NSURLSession (#646)
Expand Down

0 comments on commit 031a84c

Please sign in to comment.