Release 2.4.5

Signed-off-by: Andreas Fuchs <andreas.fuchs@sit.fraunhofer.de>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b5d1849..04eafaa 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,7 +3,7 @@
 
 The format is based on [Keep a Changelog](http://keepachangelog.com/)
 
-## [2.4.5-rc0] - 2020-11-23
+## [2.4.5] - 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 0de2931..40d2419 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4,7 +4,7 @@
 # All rights reserved.
 
 AC_INIT([tpm2-tss],
-        [2.4.5-rc0],
+        [2.4.5],
         [https://github.com/tpm2-software/tpm2-tss/issues],
         [],
         [https://github.com/tpm2-software/tpm2-tss])