diff --git a/CHANGES.adoc b/CHANGES.adoc index 2fae372..8cbc6e8 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -3,6 +3,12 @@ This document describes the relevant changes between releases of the API metamodel. +== 0.0.40 Aug 27 2021 + +This release doesn't contain any functional changes, it only contains changes +in the build process intended to automatically publish the release binaries so +that other projects can use them without having to build the project. + == 0.0.39 Aug 23 2021 - Add `details` attribute to errors. diff --git a/pkg/info/info.go b/pkg/info/info.go index c2787f2..e479f45 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.39" +const Version = "0.0.40"