Skip to content

Commit

Permalink
Release 0.1.237
Browse files Browse the repository at this point in the history
The more relevant changes in the new version are the following:

- Update to metamodel 0.0.50:
  - Fix format of date query parameters so that it is RFC3339.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Jan 25, 2022
1 parent fa3d977 commit f3b3853
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.237 Jan 25 2022

- Update to metamodel 0.0.50:
- Fix format of date query parameters so that it is RFC3339.

## 0.1.236 Jan 25 2022
- Update to model v0.0.169
- Version gate type: Add warning message field
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.236"
const Version = "0.1.237"

0 comments on commit f3b3853

Please sign in to comment.