diff --git a/CHANGES.md b/CHANGES.md index 58d75722..9562503d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -5,6 +5,8 @@ SDK. ## 0.1.367 - Windows: Update SSO CA +- Update model version v0.0.315 + - Add DisplayName and Description properties to `BillingModelItem` ## 0.1.366 - Update model version v0.0.314 diff --git a/version.go b/version.go index a56a8af1..2a064df6 100644 --- a/version.go +++ b/version.go @@ -18,4 +18,4 @@ limitations under the License. package sdk -const Version = "0.1.366" +const Version = "0.1.367"