diff --git a/CHANGES.adoc b/CHANGES.adoc index bb99f7d..21b875b 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,10 @@ This document describes the relevant changes between releases of the API metamodel. +== 0.0.15 Nov 19 2019 + +- Add support for the version metadata resource. + == 0.0.14 Nov 17 2019 - Add `Poll` method to clients that have a `Get` method. diff --git a/pkg/info/info.go b/pkg/info/info.go index 741c562..462f118 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.0.14" +const Version = "0.0.15"