Skip to content

Commit

Permalink
update sdk version
Browse files Browse the repository at this point in the history
Signed-off-by: Divyam Goel <[email protected]>
  • Loading branch information
dgoel-px committed Feb 27, 2024
1 parent 26239f4 commit d12beb4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions SDK_CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## Releases

### v0.178.0 - (02/27/2024)

* Add new mode for rebalance request

### v0.177.0 - (12/15/2023)

* Add volume spec to drive resource
Expand Down
2 changes: 1 addition & 1 deletion api/api.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5665,7 +5665,7 @@ message SdkVersion {
// SDK version major value of this specification
Major = 0;
// SDK version minor value of this specification
Minor = 177;
Minor = 178;
// SDK version patch value of this specification
Patch = 0;
}
Expand Down

0 comments on commit d12beb4

Please sign in to comment.