diff --git a/.tito/packages/apb b/.tito/packages/apb index 06322701..68330682 100644 --- a/.tito/packages/apb +++ b/.tito/packages/apb @@ -1 +1 @@ -2.0.1-1 ./ +2.0.2-1 ./ diff --git a/apb.spec b/apb.spec index 4d5c506e..6e496899 100644 --- a/apb.spec +++ b/apb.spec @@ -38,7 +38,7 @@ %define modulename apb Name: %{repo} -Version: 2.0.1 +Version: 2.0.2 Release: 1%{build_timestamp}%{?dist} Summary: APB CLI License: ASL 2.0 @@ -141,6 +141,10 @@ sort -u -o devel.file-list devel.file-list %endif %changelog +* Fri Jan 04 2019 Dylan Murray 2.0.2-1 +- Bug 1625751 - Use uuids for service_instance labels (#128) + (dymurray@redhat.com) + * Thu Dec 06 2018 Dylan Murray 2.0.1-1 - Update container docs for 4.0 (#144) (dymurray@redhat.com) - Bug 1640050 - add '--kubeconfig and KUBECONFIG env' support for all sub diff --git a/pkg/version/version.go b/pkg/version/version.go index 347acb17..5d02dd03 100644 --- a/pkg/version/version.go +++ b/pkg/version/version.go @@ -20,4 +20,4 @@ package version // DO NOT EDIT GENERATED FILE. // This file is generated by a tito tag // using templates/version.go.tmpl. -var Version = "2.0.1" +var Version = "2.0.2"