Skip to content

Commit

Permalink
Release 0.1.268
Browse files Browse the repository at this point in the history
The more relevant changes in the new release are the following:

- Update to model 0.0.200
  - Add `hypershift.enabled` field to the cluster type.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed May 18, 2022
1 parent d33704f commit 7d9de34
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.268

- Update to model 0.0.200:
- Add `hypershift.enabled` field to the cluster type.

## 0.1.267
- Update to model 0.0.199:
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.267"
const Version = "0.1.268"

0 comments on commit 7d9de34

Please sign in to comment.