From 5258920cffc9554e122a6933b6847389623df514 Mon Sep 17 00:00:00 2001 From: Thordur Bjornsson Date: Mon, 6 Aug 2018 17:31:55 +0200 Subject: [PATCH] release: 1.6.0 --- NEWS | 4 +++- configure.ac | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index e5c2a2c..8467244 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ yubico-piv-tool NEWS -- History of user-visible changes. -*- outline -*- -* Version 1.5.1 (unreleased) +* Version 1.6.0 (released 2018-08-08) + +** Security release to mitigate https://www.yubico.com/support/security-advisories/ysa-2018-03/[YSA-2018-03]. * Version 1.5.0 (released 2017-11-29) diff --git a/configure.ac b/configure.ac index c902709..77a4d8b 100644 --- a/configure.ac +++ b/configure.ac @@ -25,7 +25,7 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -AC_INIT([yubico-piv-tool], [1.5.2]) +AC_INIT([yubico-piv-tool], [1.6.0]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4])