Skip to content

Commit

Permalink
Merge pull request #577 from jhernand/release_0_1_245
Browse files Browse the repository at this point in the history
Release 0.1.245
  • Loading branch information
jhernand authored Mar 3, 2022
2 parents ce61f66 + 8f104dc commit 7775479
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
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.245 Mar 3 2022

- Update to model 0.0.177:
- Fix update method of environment endpoint, should be `Update` instead of
`Patch`.
- Remove unimplemented `POST /api/service_logs/v1/cluster_logs/clusters/{uuid}/cluster_logs`
method.

## 0.1.244 Mar 02 2022
- Update to model 0.0.176
- adding new endpoint for 'environment'
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.244"
const Version = "0.1.245"

0 comments on commit 7775479

Please sign in to comment.