diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c8124f..69ae09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,16 +4,10 @@ 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). -## [1.0.2-rc2] - 2019-07-17 +## [1.0.2] - 2019-07-25 ### Changed - Include pkg-config dependecy on libtss2-mu in order to work with tpm2-tss 2.3 - -## [0.1.2-rc1] - 2019-05-28 -### Changed - Fix compiler error on uninitialized variable - -## [0.1.2-rc0] - 2019-04-08 -### Changed - Fix format strings for 32bit architectures. ## [0.1.1] - 2019-04-04 diff --git a/configure.ac b/configure.ac index ff4bfb0..9fa5b09 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.68]) AC_INIT([tpm2-totp], - [0.1.2-rc2], + [0.1.2], [https://github.com/tpm2-software/tpm2-totp/issues], [], [https://github.com/tpm2-software/tpm2-totp])