diff --git a/CMakeLists.txt b/CMakeLists.txt
index 9e2ddc0..cd04419 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,13 +1,13 @@
-# SPDX-FileCopyrightText: 2022 - 2024 Gary Wang <git@blumia.net>
+# SPDX-FileCopyrightText: 2022 - 2025 Gary Wang <git@blumia.net>
 #
 # SPDX-License-Identifier: MIT
 
 cmake_minimum_required(VERSION 3.16)
 
-project(pineapple-pictures VERSION 0.9.1) # don't forget to update NEWS file and AppStream metadata.
+project(pineapple-pictures VERSION 0.9.2) # don't forget to update NEWS file and AppStream metadata.
 
-include (GNUInstallDirs)
-include (FeatureSummary)
+include(GNUInstallDirs)
+include(FeatureSummary)
 
 option (EXIV2_METADATA_SUPPORT "Better image metadata support via libexiv2" ON)
 option (PREFER_QT_5 "Prefer to use Qt 5" OFF)
@@ -44,7 +44,7 @@ if (EXIV2_METADATA_SUPPORT)
     set_package_properties(exiv2 PROPERTIES
         URL "https://www.exiv2.org"
         DESCRIPTION "image metadata support"
-        TYPE OPTIONAL
+        TYPE RECOMMENDED
         PURPOSE "Bring better image metadata support"
     )
 endif ()
diff --git a/NEWS b/NEWS
index dfa6bf7..bd19a28 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 0.9.2
+~~~~~~~~~~~~~
+Released: 2025-03-05
+
+Bugfixes:
+ * Refer to the right exiv2 CMake module so it can be found on Linux
+
+Miscellaneous:
+ * Convert DEP5 to REUSE.toml for better REUSE compliance
+ * Update translations
+
+Contributors:
+ Pino Toscano, TamilNeram
+
 Version 0.9.1
 ~~~~~~~~~~~~~
 Released: 2025-01-25
diff --git a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml
index fe67e2b..927be68 100644
--- a/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml
+++ b/dist/appstream/net.blumia.pineapple-pictures.metainfo.xml
@@ -80,6 +80,21 @@
     </screenshot>
   </screenshots>
   <releases>
+    <release type="stable" version="0.9.2" date="2025-03-05T00:00:00Z">
+      <description>
+        <p>This release fixes the following bug:</p>
+        <ul>
+          <li>Refer to the right exiv2 CMake module so it can be found on Linux</li>
+        </ul>
+        <p>This release includes the following changes:</p>
+        <ul>
+          <li>Convert DEP5 to REUSE.toml for better REUSE compliance</li>
+          <li>Update translations</li>
+        </ul>
+        <p>With contributions from:</p>
+        <p>Pino Toscano, TamilNeram</p>
+      </description>
+    </release>
     <release type="stable" version="0.9.1" date="2025-01-25T00:00:00Z">
       <description>
         <p>This release adds the following features:</p>