Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-collins-omega committed Jun 16, 2022
1 parent 1a8c125 commit 659b2fa
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 0.3.0 16 June 2022

### **BREAKING CHANGES**
- Remove HTTPClient arg from client.New(). (#43) [61152f7]

95% of the time people were just passing nil to this. If you want to pass in a custom HTTPClient, use the new `NewWithCustomHTTPClient()` function.
- Add `SubscriptionIdsForCluster()` method. (#42) [9d4f411]

This would only break something if you have your own implementation of `subscriptions.SubscriptionService`.
### New Features
- Add `SubscriptionIdsForCluster()` method. (#42) [9d4f411]
- Add `Children` field to `SearchableData` struct. (#44) [bef4328]
### Dependency major version upgrades
- Update IBM/go-sdk-core dependency to v5 (#48) [4f54f37]
- Update golang-jwt to v4 (#47) [8b15ccc]

## 0.2.0 15 July 2021

### New Features
Expand Down

0 comments on commit 659b2fa

Please sign in to comment.