diff --git a/NEWS b/NEWS
index 45765f36b0aadc57714b6a4cadb2f3bc44dac9e4..169060e860f4cfe07034aca1045c07370a584aa2 100644
--- a/NEWS
+++ b/NEWS
@@ -5,10 +5,18 @@ libvirt-php releases
 This is the list of official releases for libvirt-php, along with an
 overview of the changes introduced by each of them.
 
-v0.5.7 (unreleased)
+v0.5.8 (unreleased)
+===================
+
+*
+
+v0.5.7 (2022-12-07)
 ===================
 
 * Dropped support for PHP-6.0 and older
+* Fixed libvirt_connect_get_machine_types() with PHP-7.0 and newer
+* Dropped imagick dependency
+* Bug fixes
 
 
 v0.5.6 (2022-06-14)
diff --git a/configure.ac b/configure.ac
index 57fb8593a75efabd0a3405a894454606d2bd9ae0..d93b23c04bc3425fa1e450cafd8d68a2a3f1185e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([libvirt-php], [0.5.7], [libvir-list@redhat.com], [], [http://libvirt.org])
+AC_INIT([libvirt-php],[0.5.8],[libvir-list@redhat.com],[],[http://libvirt.org])
 AC_CONFIG_SRCDIR([src/libvirt-php.c])
 AC_CONFIG_HEADERS([config.h])
 AC_CONFIG_MACRO_DIR([m4])
diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index 83958585b78dea369e1b501c31a4b7ae63ba31cc..3996410f9cf84d8e91703d3ceaeeead82f2e52be 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -6,17 +6,19 @@
     <h2>Official Releases</h2>
 
     <p>
-      You can download the official release, release 0.5.6, from:
+      You can download the official release, release 0.5.7, from:
     </p>
 
 <pre>
-<a href="http://libvirt.org/sources/php/libvirt-php-0.5.6.tar.gz">http://libvirt.org/sources/php/libvirt-php-0.5.6.tar.xz</a>
+<a href="http://libvirt.org/sources/php/libvirt-php-0.5.7.tar.xz">http://libvirt.org/sources/php/libvirt-php-0.5.7.tar.xz</a>
 </pre>
 
     <p>
       However if you prefer to download any versions of the previous official releases please click on the release you want to download:
     </p>
 
+<a href="http://libvirt.org/sources/php/libvirt-php-0.5.6.tar.xz">http://libvirt.org/sources/php/libvirt-php-0.5.6.tar.xz</a>
+<br/>
 <a href="http://libvirt.org/sources/php/libvirt-php-0.5.5.tar.gz">http://libvirt.org/sources/php/libvirt-php-0.5.5.tar.gz</a>
 <br/>
 <a href="http://libvirt.org/sources/php/libvirt-php-0.5.4.tar.gz">http://libvirt.org/sources/php/libvirt-php-0.5.4.tar.gz</a>