Skip to content

Commit

Permalink
Merge pull request #848 from AlexVulaj/release-0.1.372
Browse files Browse the repository at this point in the history
Release 0.1.372
  • Loading branch information
tylercreller authored Sep 27, 2023
2 parents da7d110 + 515ee03 commit 0d1c612
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 @@ -3,6 +3,11 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.372
- Update model version to v0.0.324
- Add `CreatedAt` to `LogEntry` type
- Add `CreatedBy` to `LogEntry` type

## 0.1.371
- Update model version to v0.0.323
- Add `GCPMarketplaceEnabled` to `version` type
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.371"
const Version = "0.1.372"

0 comments on commit 0d1c612

Please sign in to comment.