diff --git a/kexec-tools.spec b/kexec-tools.spec
index e7b7e5a..e61569a 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.22
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -359,6 +359,12 @@ done
 %endif
 
 %changelog
+* Tue Jun 29 2021 Tao Liu <ltao@redhat.com> - 2.0.22-8
+- check for invalid physical address of /proc/kcore when making ELF dumpfile
+- Increase SECTION_MAP_LAST_BIT to 5
+- kdumpctl: fix check_config error when kdump.conf is empty
+- kdump-lib.sh: fix a warning in prepare_kdump_bootinfo()
+
 * Wed Jun 23 2021 Tao Liu <ltao@redhat.com> - 2.0.22-7
 - Write to `/var/lib/kdump` if $KDUMP_BOOTDIR not writable