Skip to content

Commit cd9e3ea

Browse files
authored
Merge pull request #200 from AzureAD/rpangrle/0.1.1-ver-and-changelog
Change notes and version bump for 0.1.1
2 parents b9da512 + bd6fcf2 commit cd9e3ea

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## [0.1.1] - 2017-05-10
2+
### Changed
3+
- MSAL for ObjC no longer targets test slice by default (#195)
4+
15
## [0.1.0] - 2017-05-08
26
### Added
37
- Initial BUILD Preview Release of MSAL for ObjC!

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 0
2929
#define MSAL_VER_LOW 1
30-
#define MSAL_VER_PATCH 0
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)