Skip to content

Commit

Permalink
Merge pull request #62 from jhernand/release_0_1_37
Browse files Browse the repository at this point in the history
Release 0.1.37
  • Loading branch information
jhernand authored Feb 26, 2020
2 parents 8cd494f + 0220052 commit e608174
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
This document describes the relevant changes between releases of the
`ocm` command line tool.

== 0.1.37 Feb 26 2020

- Describe by name, identifier or external identifier (fixes
https://github.com/openshift-online/ocm-cli/issues/59[#59]).
- Support query parameters in raw HTTP methods (fixes
https://github.com/openshift-online/ocm-cli/issues/6[#6]).

== 0.1.36 Feb 14 2020

- Add `state` to list of default columns for cluster list.
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.1.36"
const Version = "0.1.37"

0 comments on commit e608174

Please sign in to comment.