Skip to content

Commit

Permalink
Merge pull request openshift-online#66 from jhernand/release_0_0_21
Browse files Browse the repository at this point in the history
Release 0.0.21
  • Loading branch information
jhernand authored Jan 8, 2020
2 parents 46bb4ed + dbb586f commit bd1ee73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGES.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
This document describes the relevant changes between releases of the
API metamodel.

== 0.0.19 Dec 18 2019
== 0.0.21 Jan 8 2020

- Use JSON iterator instead of the default JSON Go package.

== 0.0.20 Dec 18 2019

- Fix conversion of errors to JSON so that the `kind` attribute is generated
correctly.
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.20"
const Version = "0.0.21"

0 comments on commit bd1ee73

Please sign in to comment.