Skip to content

Commit

Permalink
Release v0.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fuchs <[email protected]>
  • Loading branch information
Andreas Fuchs committed Jul 25, 2019
1 parent 944b5c4 commit 15cc8fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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])
Expand Down

0 comments on commit 15cc8fb

Please sign in to comment.