diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c899a..0aa03af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [0.2.0](https://github.com/IBM/unity-sdk-core/compare/v0.1.0...v0.2.0) (2019-04-09) + + +### Bug Fixes + +* Look for iam_apikey in credential file for IAM auth ([d5f31d1](https://github.com/IBM/unity-sdk-core/commit/d5f31d1)) +* **BaseService:** Fix misnamed properties ([13dd25c](https://github.com/IBM/unity-sdk-core/commit/13dd25c)) +* **Error message parsing:** Added `errorMessage` to error message parsing for errors from the IAM se ([df91bb6](https://github.com/IBM/unity-sdk-core/commit/df91bb6)) + + +### Features + +* **FullSerializer:** Removed FullSerializer, refactored scripts to use Json.net ([3c2550b](https://github.com/IBM/unity-sdk-core/commit/3c2550b)) + ## [0.1.1](https://github.com/IBM/unity-sdk-core/compare/v0.1.0...v0.1.1) (2019-04-09)