Skip to content

Commit

Permalink
Merge pull request #172 from jhernand/release_0_0_52
Browse files Browse the repository at this point in the history
Release 0.0.52
  • Loading branch information
jhernand authored Mar 8, 2022
2 parents 32ae767 + ae231ef commit 517695f
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
API metamodel.

## 0.0.52 Mar 8 2020

- 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.0.51 Feb 3 2022

- Check for `io.EOF` before trying to parse response body.
Expand Down
2 changes: 1 addition & 1 deletion pkg/info/info.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ limitations under the License.

package info

const Version = "0.0.51"
const Version = "0.0.52"

0 comments on commit 517695f

Please sign in to comment.