diff --git a/CHANGELOG.md b/CHANGELOG.md index e5abf5b99a..5c4fb7c333 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [0.1.1] - 2017-05-10 +### Changed +- MSAL for ObjC no longer targets test slice by default (#195) + ## [0.1.0] - 2017-05-08 ### Added - Initial BUILD Preview Release of MSAL for ObjC! diff --git a/MSAL/src/MSAL_Internal.h b/MSAL/src/MSAL_Internal.h index 3855af89e4..bde847a392 100644 --- a/MSAL/src/MSAL_Internal.h +++ b/MSAL/src/MSAL_Internal.h @@ -27,7 +27,7 @@ #define MSAL_VER_HIGH 0 #define MSAL_VER_LOW 1 -#define MSAL_VER_PATCH 0 +#define MSAL_VER_PATCH 1 #define STR_HELPER(x) #x #define STR(x) STR_HELPER(x)