Skip to content

Commit

Permalink
Release v0.2.1
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Witschel <[email protected]>
  • Loading branch information
diabonas committed Dec 28, 2019
1 parent d029961 commit bfd5819
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,11 @@ 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.2.1_rc1] - 2019-12-22
### Fixed
- Fix warning for dracut udev rule.

## [0.2.1_rc0] - 2019-12-14
## [0.2.1] - 2019-12-28
### Fixed
- Fix `show-tpm2-totp` installation location when using dracut without plymouth.
- Add missing include `endian.h` to improve portability.
- Fix warning for dracut udev rule.

## [0.2.0] - 2019-10-22
### Added
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.2.1_rc1],
[0.2.1],
[https://github.com/tpm2-software/tpm2-totp/issues],
[],
[https://github.com/tpm2-software/tpm2-totp])
Expand Down

0 comments on commit bfd5819

Please sign in to comment.