We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f147cf commit 2807a50Copy full SHA for 2807a50
CHANGELOG.md
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
-## [0.1.1-rc0] - 2019-03-25
+## [0.1.1] - 2019-04-04
8
### Changed
9
- Removed SHA384 from default PCR banks since it's unsupported by many TPMs.
10
configure.ac
@@ -5,7 +5,7 @@
AC_PREREQ([2.68])
AC_INIT([tpm2-totp],
- [0.1.1-rc0],
+ [0.1.1],
[https://github.com/tpm2-software/tpm2-totp/issues],
[],
11
[https://github.com/tpm2-software/tpm2-totp])
0 commit comments