diff --git a/SPECS/libxml2.spec b/SPECS/libxml2.spec
index e995be3..7998fe6 100644
--- a/SPECS/libxml2.spec
+++ b/SPECS/libxml2.spec
@@ -7,7 +7,7 @@
 
 Name:           libxml2
 Version:        2.9.7
-Release:        12%{?dist}
+Release:        13%{?dist}
 Summary:        Library providing XML and HTML support
 
 License:        MIT
@@ -46,7 +46,7 @@ Patch13:        libxml2-2.9.7-CVE-2021-3518.patch
 Patch14:        libxml2-2.9.7-CVE-2021-3537.patch
 # https://bugzilla.redhat.com/show_bug.cgi?id=1958783
 Patch15:        libxml2-2.9.7-CVE-2021-3541.patch
-# https://bugzilla.redhat.com/show_bug.cgi?id=2057663
+# https://bugzilla.redhat.com/show_bug.cgi?id=2057664
 Patch16:        libxml2-2.9.7-CVE-2022-23308.patch
 
 BuildRequires:  gcc
@@ -219,8 +219,11 @@ gzip -9 -c doc/libxml2-api.xml > doc/libxml2-api.xml.gz
 %{python3_sitearch}/libxml2mod.so
 
 %changelog
+* Thu Feb 24 2022 David King <dking@redhat.com> - 2.9.7-13
+- Bump release (#2057664)
+
 * Thu Feb 24 2022 David King <dking@redhat.com> - 2.9.7-12
-- Fix CVE-2022-23308 (#2057663)
+- Fix CVE-2022-23308 (#2057664)
 
 * Wed May 19 2021 David King <dking@redhat.com> - 2.9.7-11
 - Fix CVE-2021-3541 (#1958783)