diff --git a/SPECS/bash.spec b/SPECS/bash.spec
index b6ff67b..f79dd86 100644
--- a/SPECS/bash.spec
+++ b/SPECS/bash.spec
@@ -6,7 +6,7 @@
 Version: %{baseversion}%{patchleveltag}
 Name: bash
 Summary: The GNU Bourne Again shell
-Release: 34%{?dist}
+Release: 35%{?dist}
 Group: System Environment/Shells
 License: GPLv3+
 Url: http://www.gnu.org/software/bash
@@ -534,6 +534,10 @@ end
 #%doc doc/*.ps doc/*.0 doc/*.html doc/article.txt
 
 %changelog
+* Tue Oct 19 2021 Siteshwar Vashisht <svashisht@redhat.com> - 4.2.46-35
+- Bump version number
+  Resolves: #2015565
+
 * Fri Aug 16 2019 Siteshwar Vashisht <svashisht@redhat.com> - 4.2.46-34
 - BASH_CMD should not be writable in restricted shell
   Resolves: #1693181