Skip to content

Commit

Permalink
Merge pull request #181 from jhernand/release_0_0_53
Browse files Browse the repository at this point in the history
Release 0.0.53
  • Loading branch information
jhernand authored Apr 1, 2022
2 parents c8c7d59 + 49996d9 commit e94e7fb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.52 Mar 8 2020
## 0.0.53 Apr 1 2022

- Don't consider `Status` and `Error` built-in request parameters.

## 0.0.52 Mar 8 2022

- Add support for annotations.
- Add `@json` and `@http` annotations.
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.52"
const Version = "0.0.53"

0 comments on commit e94e7fb

Please sign in to comment.