diff --git a/CHANGELOG.md b/CHANGELOG.md
index 47fe36ae02d6a7bf10e261e8bb9b4fe33a46d439..e0703a84355a8a43fc9421e9e7469f089ddfa09e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## [1.6.2] - 2023-04-05
+### Fixed
+- new line after petition
+
 ## [1.6.1] - 2022-08-30
 ### Fixed
 - de_DE translators
diff --git a/src/views/html-text-petition.php b/src/views/html-text-petition.php
index c176d09e33835ab5d1f7e28669242ab27bac6239..5d853100d70c483384f3b2898d7e9ded031b86bc 100644
--- a/src/views/html-text-petition.php
+++ b/src/views/html-text-petition.php
@@ -16,5 +16,5 @@
             '<span class="star">&#9733;&#9733;&#9733;&#9733;&#9733;</span><span class="plugins-repository">',
             '</span></a>'
         )
-    ); ?>
+    ); ?><br /><br />
 </div>
\ No newline at end of file