Skip to content

Commit

Permalink
Merge pull request openshift-online#68 from jhernand/release_0_0_22
Browse files Browse the repository at this point in the history
Release 0.0.22
  • Loading branch information
jhernand authored Jan 9, 2020
2 parents 955524a + 235a614 commit 0cb11a7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.adoc
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.22 Jan 9 2020

- Fix generation of _OpenAPI_ paths so that all the characters are lower case.

== 0.0.21 Jan 8 2020

- Use JSON iterator instead of the default JSON Go package.
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.21"
const Version = "0.0.22"

0 comments on commit 0cb11a7

Please sign in to comment.