Skip to content

Commit

Permalink
Merge pull request #355 from jhernand/release_0_1_164
Browse files Browse the repository at this point in the history
Release 0.1.164
  • Loading branch information
jhernand authored Mar 17, 2021
2 parents 5432ded + 82c29ab commit 17aa77a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
This document describes the relevant changes between releases of the OCM API
SDK.

== 0.1.164 Mar 17 2021

- Change default user agent to `OCM-SDK`.
- Update to model 0.0.111:
** Add subscription metrics.
** Add `deprovision` and `force` parameters to delete cluster method.
** Ensure all subscription fields are available.

== 0.1.163 Mar 5 2021

- Enable compression.
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.163"
const Version = "0.1.164"

0 comments on commit 17aa77a

Please sign in to comment.