Skip to content

Commit

Permalink
Merge pull request #488 from jhernand/release_0_1_213
Browse files Browse the repository at this point in the history
Release 0.1.213
  • Loading branch information
jhernand authored Oct 26, 2021
2 parents 3fad393 + 198280a commit 5a026cc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
This document describes the relevant changes between releases of the OCM API
SDK.

== 0.1.213 Oct 26 2021

- Update to model 0.0.42
** Accept iterator as parameter in `helpers.NewIterator`
- Retry when `REFUSED_STREAM`

== 0.1.212 Oct 12 2021

- Fix typo in HTTP internal server error message
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.212"
const Version = "0.1.213"

0 comments on commit 5a026cc

Please sign in to comment.