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])