Skip to content

Commit

Permalink
Release 0.1.351 (#800)
Browse files Browse the repository at this point in the history
* Release 0.1.351

* Changed 'locator' to 'parameter' in changes file
  • Loading branch information
tirthct committed Jun 28, 2023
1 parent bee6a1a commit ef2a644
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.351
- Update model version v0.0.296
- Add json annotation to `DeleteAssociatedResources` parameter in account resource

## 0.1.350
- Update model version v0.0.294
- Add `DeleteAssociatedResources` locator to account resource
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.350"
const Version = "0.1.351"

0 comments on commit ef2a644

Please sign in to comment.