diff --git a/kexec-tools.spec b/kexec-tools.spec
index b3825dd..1b76665 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.23
-Release: 9%{?dist}
+Release: 10%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -430,6 +430,20 @@ fi
 %endif
 
 %changelog
+* Fri Apr 8 2022 Tao Liu <ltao@redhat.com> - 2.0.23-10
+- try to update the crashkernel in GRUB_ETC_DEFAULT after kexec-tools updates the default crashkernel value
+- address the case where there are multiple values for the same kernel arg
+- s390: add support for --reuse-cmdline
+- use slurp_proc_file() in get_command_line()
+- add slurp_proc_file()
+- s390: use KEXEC_ALL_OPTIONS
+- s390: add variable command line size
+- util_lib/elf_info: harden parsing of printk buffer
+- print error when reading with unsupported compression
+- use cycle detection when parsing the prink log_buf
+- use pointer arithmetics for dump_dmesg
+- add generic cycle detection
+
 * Fri Feb 25 2022 Tao Liu <ltao@redhat.com> - 2.0.23-9
 - makedumpfile: sadump, kaslr: fix failure of calculating kaslr_offset