Skip to content

Commit

Permalink
Merge pull request #163 from jhernand/release_0_0_51
Browse files Browse the repository at this point in the history
Release 0.0.51
  • Loading branch information
jhernand authored Feb 3, 2022
2 parents e9ebe0f + a1908fa commit 3dfc67a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
This document describes the relevant changes between releases of the
API metamodel.

## 0.0.51 Feb 3 2022

- Check for `io.EOF` before trying to parse response body.

## 0.0.50 Jan 25 2022

- Fix format of date query parameters so that it is RFC3339.
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.50"
const Version = "0.0.51"

0 comments on commit 3dfc67a

Please sign in to comment.