diff --git a/.tito/packages/apb b/.tito/packages/apb index 3a275443..fdb72dfe 100644 --- a/.tito/packages/apb +++ b/.tito/packages/apb @@ -1 +1 @@ -1.9.6-1 ./ +1.9.7-1 ./ diff --git a/apb.spec b/apb.spec index 2c35d68d..854dcc03 100644 --- a/apb.spec +++ b/apb.spec @@ -38,7 +38,7 @@ %define modulename apb Name: %{repo} -Version: 1.9.6 +Version: 1.9.7 Release: 1%{build_timestamp}%{?dist} Summary: APB CLI License: ASL 2.0 @@ -141,6 +141,11 @@ sort -u -o devel.file-list devel.file-list %endif %changelog +* Mon Sep 10 2018 Dylan Murray 1.9.7-1 +- Bug 1626986 - Marshal ext creds instead of assuming interface type (#133) + (dymurray@redhat.com) +- Improvements for running the container as root (#132) (jmontleo@redhat.com) + * Thu Sep 06 2018 Dylan Murray 1.9.6-1 - Bug 1625877 - Change downstream patch to use proper route name (#130) (dymurray@redhat.com) diff --git a/pkg/version/version.go b/pkg/version/version.go index 737bfdde..37ded0f1 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 = "1.9.6" +var Version = "1.9.7"