diff --git a/CHANGELOG.md b/CHANGELOG.md index abd320e4b..18e251619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) -## [3.0.3-rc0] - 2020-11-23 +## [3.0.3] - 2020-11-25 ### Changed or Fixed - Fix Regression in Fapi_List - Fix memory leak in policy calculation diff --git a/configure.ac b/configure.ac index 7b12426d1..f4df879ce 100755 --- a/configure.ac +++ b/configure.ac @@ -4,7 +4,7 @@ # All rights reserved. AC_INIT([tpm2-tss], - [3.0.3-rc0], + [3.0.3], [https://github.com/tpm2-software/tpm2-tss/issues], [], [https://github.com/tpm2-software/tpm2-tss])