Skip to content

Commit

Permalink
Merge pull request #582 from jhernand/release_0_1_247
Browse files Browse the repository at this point in the history
Release 0.1.247
  • Loading branch information
jhernand authored Mar 8, 2022
2 parents 5ce493b + dcaf93f commit 317073c
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 317073c

Please sign in to comment.