Skip to content

Commit

Permalink
Change notes and version bump for 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Pangrle committed May 10, 2017
1 parent b9da512 commit bd6fcf2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down
2 changes: 1 addition & 1 deletion MSAL/src/MSAL_Internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit bd6fcf2

Please sign in to comment.