Skip to content

Commit

Permalink
Merge pull request #580 from jhernand/release_0_1_246
Browse files Browse the repository at this point in the history
Release 0.1.246
  • Loading branch information
jhernand authored Mar 7, 2022
2 parents 71dfe63 + 01fe35b commit 85b088d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.246 Mar 7 2022

- Update to model 0.0.178:
- Add `managed_service` field to add-on type.
- Add `credentials_secret` field to add-on type.
- Add `region` field to provision shard.

## 0.1.245 Mar 3 2022

- Update to model 0.0.177:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package sdk

const Version = "0.1.245"
const Version = "0.1.246"

0 comments on commit 85b088d

Please sign in to comment.