Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.0...v0.2.0) (2019-04-09)

### Bug Fixes

* Look for iam_apikey in credential file for IAM auth ([d5f31d1](d5f31d1))
* **BaseService:** Fix misnamed properties ([13dd25c](13dd25c))
* **Error message parsing:** Added `errorMessage` to error message parsing for errors from the IAM se ([df91bb6](df91bb6))

### Features

* **FullSerializer:** Removed FullSerializer, refactored scripts to use Json.net ([3c2550b](3c2550b))
  • Loading branch information
semantic-release-bot committed Apr 9, 2019
1 parent 88f1581 commit db7c63f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit db7c63f

Please sign in to comment.