From 2807a509a9da383e14dc0f759e71fd676db04ab1 Mon Sep 17 00:00:00 2001 From: Andreas Fuchs Date: Thu, 4 Apr 2019 12:03:46 +0200 Subject: [PATCH] Release v0.1.1 Signed-off-by: Andreas Fuchs --- CHANGELOG.md | 2 +- configure.ac | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 82fd0ad..ddd1b2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [0.1.1-rc0] - 2019-03-25 +## [0.1.1] - 2019-04-04 ### Changed - Removed SHA384 from default PCR banks since it's unsupported by many TPMs. diff --git a/configure.ac b/configure.ac index 1957706..6fac3e2 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.68]) AC_INIT([tpm2-totp], - [0.1.1-rc0], + [0.1.1], [https://github.com/tpm2-software/tpm2-totp/issues], [], [https://github.com/tpm2-software/tpm2-totp])