Skip to content

Commit 2a04728

Browse files
committed
Release candidate v0.3.0_rc0
Signed-off-by: Jonas Witschel <diabonas@gmx.de>
1 parent 556ed2e commit 2a04728

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [0.3.0-rc0] - 2020-09-03
8+
### Added
9+
- New option `--label` to specify the label to use in the TOTP authenticator app.
10+
- User-friendly error messages for common error conditions.
11+
- Support for running the integration tests with the swtpm simulator.
12+
713
## [0.2.1] - 2019-12-28
814
### Fixed
915
- Fix `show-tpm2-totp` installation location when using dracut without plymouth.

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
AC_PREREQ([2.68])
66

77
AC_INIT([tpm2-totp],
8-
[0.3.0_dev],
8+
[0.3.0_rc0],
99
[https://github.com/tpm2-software/tpm2-totp/issues],
1010
[],
1111
[https://github.com/tpm2-software/tpm2-totp])

0 commit comments

Comments
 (0)