diff --git a/SPECS/http-parser.spec b/SPECS/http-parser.spec
index 09f245f..67017f1 100644
--- a/SPECS/http-parser.spec
+++ b/SPECS/http-parser.spec
@@ -5,7 +5,7 @@
 
 Name:           http-parser
 Version:        %{somajor}.%{sominor}.%{sopoint}
-Release:        8%{?dist}.2
+Release:        9%{?dist}
 Summary:        HTTP request/response parser for C
 
 License:        MIT
@@ -107,10 +107,10 @@ make test -C %{_target_platform}
 %{_libdir}/libhttp_parser_strict.so
 
 %changelog
-* Tue Feb 25 2020 Sergio Correia <scorreia@redhat.com> - 2.7.1-8.2
+* Thu Mar 26 2020 Sergio Correia <scorreia@redhat.com> - 2.7.1-9
 - Do not break ABI with CVE-2019-15605 fix
 
-* Fri Feb 21 2020 Sergio Correia <scorreia@redhat.com> - 2.7.1-8.1
+* Fri Feb 21 2020 Sergio Corrreia <scorreia@redhat.com> - 2.7.1-8.1
 - Resolves: CVE-2019-15605 http-parser: nodejs: HTTP request
                            smuggling using malformed Transfer-Encoding header