Skip to content

Commit

Permalink
Release Candidate v0.1.1-rc0
Browse files Browse the repository at this point in the history
- Removed SHA384 from default PCR banks since it's unsupported by many TPMs.

Signed-off-by: Andreas Fuchs <[email protected]>
  • Loading branch information
Andreas Fuchs committed Mar 25, 2019
1 parent af7de21 commit 0f147cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +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).

## [0.1.1-rc0] - 2019-03-25
### Changed
- Removed SHA384 from default PCR banks since it's unsupported by many TPMs.

## [0.1.0] - 2019-03-25
### Added
- Initial release of the an TPM2.0-based library and executable for machine to
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.0],
[0.1.1-rc0],
[https://github.com/tpm2-software/tpm2-totp/issues],
[],
[https://github.com/tpm2-software/tpm2-totp])
Expand Down

0 comments on commit 0f147cf

Please sign in to comment.