debian/rpm: Adjust changelog for 0.5.2 release

Signed-off-by: Stefan Berger <stefanb@linux.ibm.com>
diff --git a/debian/changelog b/debian/changelog
index 821a98a..8d821fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+swtpm (0.5.2) RELEASED; urgency=medium
+
+  * Bugfixes for stable release
+
+ -- Stefan Berger <stefanb@linux.ibm.com>  Sat, 26 Dec 2020 10:00:00 -0500
+
 swtpm (0.5.1) RELEASED; urgency=medium
 
   * Addressed potential symlink attack issue (CVE-2020-28407)
diff --git a/dist/swtpm.spec b/dist/swtpm.spec
index 834cfd9..7fc2d92 100644
--- a/dist/swtpm.spec
+++ b/dist/swtpm.spec
@@ -1,6 +1,6 @@
 %bcond_without gnutls
 
-%global gitdate     20201113
+%global gitdate     20201226
 %global gitcommit   enter_commit_here
 %global gitshortcommit  %(c=%{gitcommit}; echo ${c:0:7})
 
@@ -183,6 +183,9 @@
 %{_datadir}/swtpm/swtpm-create-tpmca
 
 %changelog
+* Sat Dec 26 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.2-0.20201226git-------
+- v0.5.2 release: Bugfixes for stable release
+
 * Fri Nov 13 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.1-0.20201113git-------
 - v0.5.1 release: Addressed potential symlink attack issue (CVE-2020-28407)
 
diff --git a/dist/swtpm.spec.in b/dist/swtpm.spec.in
index adf7616..f38343b 100644
--- a/dist/swtpm.spec.in
+++ b/dist/swtpm.spec.in
@@ -1,6 +1,6 @@
 %bcond_without gnutls
 
-%global gitdate     20201113
+%global gitdate     20201226
 %global gitcommit   enter_commit_here
 %global gitshortcommit  %(c=%{gitcommit}; echo ${c:0:7})
 
@@ -183,6 +183,9 @@
 %{_datadir}/swtpm/swtpm-create-tpmca
 
 %changelog
+* Sat Dec 26 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.2-0.20201226git-------
+- v0.5.2 release: Bugfixes for stable release
+
 * Fri Nov 13 2020 Stefan Berger <stefanb@linux.ibm.com> - 0.5.1-0.20201113git-------
 - v0.5.1 release: Addressed potential symlink attack issue (CVE-2020-28407)