Skip to content

Commit 96a1448

Browse files
committed
Release v0.3.0
Signed-off-by: Jonas Witschel <diabonas@gmx.de>
1 parent abe3e7a commit 96a1448

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ 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
7+
## [0.3.0] - 2020-09-13
88
### Added
99
- New option `--label` to specify the label to use in the TOTP authenticator app.
1010
- User-friendly error messages for common error conditions.

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_rc0],
8+
[0.3.0],
99
[https://github.com/tpm2-software/tpm2-totp/issues],
1010
[],
1111
[https://github.com/tpm2-software/tpm2-totp])

0 commit comments

Comments
 (0)