diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a252c5..78973f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ 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.3.0-rc0] - 2020-09-03 +## [0.3.0] - 2020-09-13 ### Added - New option `--label` to specify the label to use in the TOTP authenticator app. - User-friendly error messages for common error conditions. diff --git a/configure.ac b/configure.ac index 94ec81c..db6569e 100644 --- a/configure.ac +++ b/configure.ac @@ -5,7 +5,7 @@ AC_PREREQ([2.68]) AC_INIT([tpm2-totp], - [0.3.0_rc0], + [0.3.0], [https://github.com/tpm2-software/tpm2-totp/issues], [], [https://github.com/tpm2-software/tpm2-totp])