Skip to content

Commit

Permalink
Merge pull request #619 from jhernand/release_0_1_257
Browse files Browse the repository at this point in the history
Release 0.1.257
  • Loading branch information
jhernand authored Apr 1, 2022
2 parents e73e015 + 8eea631 commit c1238b8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
This document describes the relevant changes between releases of the OCM API
SDK.

## 0.1.257 Apr 1 2022

- Add `web-rca` examples.
- Update to metamodel 0.0.53:
- Don't consider `Status` and `Error` built-in request parameters.
- Update to metamodel 0.0.54:
- Remove generation of experimental server code.
- Update to model 0.0.188:
- Add Status query param for incidents resource.

## 0.1.256 Mar 31 2022

- Update to model 0.0.187:
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.256"
const Version = "0.1.257"

0 comments on commit c1238b8

Please sign in to comment.