diff --git a/CHANGES.adoc b/CHANGES.adoc index c04cea5..fb60941 100644 --- a/CHANGES.adoc +++ b/CHANGES.adoc @@ -1,7 +1,13 @@ = Changes This document describes the relevant changes between releases of the -_UHC_ command line tool. +`uhc` command line tool. + +== 0.1.8 Apr 18 2019 + +- Update to use the new package names of the SDK and the CLI. + +- Build static binary. == 0.1.7 Apr 9 2019 diff --git a/pkg/info/info.go b/pkg/info/info.go index 328609f..bea0ef9 100644 --- a/pkg/info/info.go +++ b/pkg/info/info.go @@ -18,4 +18,4 @@ limitations under the License. package info -const Version = "0.1.7" +const Version = "0.1.8"