Skip to content

Commit

Permalink
Merge pull request #944 from ahitacat/bump-version
Browse files Browse the repository at this point in the history
chore: bump SDK version to 0.1.415
  • Loading branch information
mnecas authored Apr 11, 2024
2 parents 95e116c + e604299 commit 7d2bcd1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.415
- Update model version v0.0.369
- Update metamodel version to 0.0.60
- [OCM-6294] add /load_balancer_quota_values endpoint
- [OCM-7027] feat: document pagination and ordering support for break glass
- [OCM-7144] Add /storage_quota_values endpoint
- Add Azure resource to Cluster resource.
- Fix spacing in description of Azure's ManagedResourceGroupName

## 0.1.414
- Update metamodel version v0.0.60

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.414"
const Version = "0.1.415"

0 comments on commit 7d2bcd1

Please sign in to comment.