Skip to content

Commit

Permalink
Release 0.1.247
Browse files Browse the repository at this point in the history
The more relevant changes in this release are the following:

- Update to metamodel 0.0.52:
  - Add support for annotations.
  - Add `@json` and `@http` annotations.
  - Add `@go` annotation.
  - Add original text to names.
  - Add `Impersonate` method to support the `Impersonate-User` header.

Signed-off-by: Juan Hernandez <[email protected]>
  • Loading branch information
jhernand committed Mar 8, 2022
1 parent 5ce493b commit dcaf93f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.247 Mar 8 2022

- Update to metamodel 0.0.52:
- Add support for annotations.
- Add `@json` and `@http` annotations.
- Add `@go` annotation.
- Add original text to names.
- Add `Impersonate` method to support the `Impersonate-User` header.

## 0.1.246 Mar 7 2022

- Update to model 0.0.178:
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.246"
const Version = "0.1.247"

0 comments on commit dcaf93f

Please sign in to comment.