Skip to content

Commit

Permalink
Merge pull request #194 from AzureAD/rpangrle/0.1-ver-and-changelog
Browse files Browse the repository at this point in the history
Update version to 0.1.0 and add CHANGELOG
  • Loading branch information
RPangrle authored May 9, 2017
2 parents 7d1485b + eb380c9 commit 84f5534
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## [0.1.0] - 2017-05-08
### Added
- Initial BUILD Preview Release of MSAL for ObjC!
- The initial MSAL for ObjC preview only support iOS 9 and later. macOS support will later.
- Support for native client token acquisition using `MSALPublicClientApplication`
- Interactive auth support using `SFSafariViewController`
- iOS Keychain token caching
- Logging via registered callback in `MSALLogger`
- Telemetry events via registered callback in `MSALTelemetry`
4 changes: 2 additions & 2 deletions MSAL/src/MSAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
//------------------------------------------------------------------------------

#define MSAL_VER_HIGH 0
#define MSAL_VER_LOW 0
#define MSAL_VER_PATCH 1
#define MSAL_VER_LOW 1
#define MSAL_VER_PATCH 0

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down

0 comments on commit 84f5534

Please sign in to comment.