Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0](v0.3.0...v1.0.0) (2019-10-04)

### Bug Fixes

* fix name for CP4DTokenResponse ([0f71b32](0f71b32))

### Features

* **auth:** add new authenticator methods ([6716d05](6716d05))
* **Authentication:** make auth type case insesitive ([4f468e6](4f468e6))
* **base:** add support for authenticator in base service ([349bc1b](349bc1b))
* **connectors:** update connectors to work with new design ([9fd52c8](9fd52c8))
* **dynamicModel:** add dynamic model and meta files ([2b471aa](2b471aa))
* **setServiceUrl:** use setServiceUrl instead of setServiceEndpoint ([2c33bf8](2c33bf8))
* add model for file with metadata ([6b536d1](6b536d1))
* **websocket-dll:** update websocket dll file to import from IBMCloud namespace ([d9b0bc9](d9b0bc9))

### BREAKING CHANGES

* **setServiceUrl:** Use SetServiceUrl to set the service endpoint rather than SetEndpoint
  • Loading branch information
semantic-release-bot committed Oct 4, 2019
1 parent e0d9038 commit 1df021d
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 1,182 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# [1.0.0](https://github.com/IBM/unity-sdk-core/compare/v0.3.0...v1.0.0) (2019-10-04)


### Bug Fixes

* fix name for CP4DTokenResponse ([0f71b32](https://github.com/IBM/unity-sdk-core/commit/0f71b32))


### Features

* **auth:** add new authenticator methods ([6716d05](https://github.com/IBM/unity-sdk-core/commit/6716d05))
* **Authentication:** make auth type case insesitive ([4f468e6](https://github.com/IBM/unity-sdk-core/commit/4f468e6))
* **base:** add support for authenticator in base service ([349bc1b](https://github.com/IBM/unity-sdk-core/commit/349bc1b))
* **connectors:** update connectors to work with new design ([9fd52c8](https://github.com/IBM/unity-sdk-core/commit/9fd52c8))
* **dynamicModel:** add dynamic model and meta files ([2b471aa](https://github.com/IBM/unity-sdk-core/commit/2b471aa))
* **setServiceUrl:** use setServiceUrl instead of setServiceEndpoint ([2c33bf8](https://github.com/IBM/unity-sdk-core/commit/2c33bf8))
* add model for file with metadata ([6b536d1](https://github.com/IBM/unity-sdk-core/commit/6b536d1))
* **websocket-dll:** update websocket dll file to import from IBMCloud namespace ([d9b0bc9](https://github.com/IBM/unity-sdk-core/commit/d9b0bc9))


### BREAKING CHANGES

* **setServiceUrl:** Use SetServiceUrl to set the service endpoint rather than SetEndpoint

# [0.2.0](https://github.com/IBM/unity-sdk-core/compare/v0.1.0...v0.2.0) (2019-06-29)


Expand Down
Loading

0 comments on commit 1df021d

Please sign in to comment.