diff --git a/kexec-tools.spec b/kexec-tools.spec
index 00c54ca..4a8db1e 100644
--- a/kexec-tools.spec
+++ b/kexec-tools.spec
@@ -5,7 +5,7 @@
 
 Name: kexec-tools
 Version: 2.0.27
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPLv2
 Summary: The kexec/kdump userspace component
 
@@ -410,6 +410,9 @@ fi
 %endif
 
 %changelog
+* Tue Oct 8 2024 Tao Liu <ltao@redhat.com> - 2.0.27-17
+- Introduce vmcore creation notification to kdump
+
 * Tue Sep 10 2024 Tao Liu <ltao@redhat.com> - 2.0.27-16
 - Revert "lib: Ensure we don't find bind mounts for device target"