diff --git a/_service b/_service
index 05e5752..a55626e 100644
--- a/_service
+++ b/_service
@@ -4,7 +4,7 @@
https://github.com/fwupd/fwupd.git
git
@PARENT_TAG@+@TAG_OFFSET@
- 1.9.11
+ 1.9.12
(.*)\+0
\1
diff --git a/fwupd-1.9.11.obscpio b/fwupd-1.9.11.obscpio
deleted file mode 100644
index 8db8894..0000000
--- a/fwupd-1.9.11.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:1f79297db8e6f15489460e7a6a14f869fd4d3723366824bb630842df0b275ad8
-size 18436109
diff --git a/fwupd-1.9.12.obscpio b/fwupd-1.9.12.obscpio
new file mode 100644
index 0000000..33ff3b3
--- /dev/null
+++ b/fwupd-1.9.12.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:0291bb492dc16d0ac919b1cec79176e3e47c8164b6c6c0ed443a2a7c375dba86
+size 18968589
diff --git a/fwupd.changes b/fwupd.changes
index b8a40fe..d2f5ef8 100644
--- a/fwupd.changes
+++ b/fwupd.changes
@@ -1,3 +1,34 @@
+-------------------------------------------------------------------
+Wed Jan 24 10:46:50 UTC 2024 - Dominique Leuenberger
+
+- Update to version 1.9.12:
+ + This release adds the following features:
+ - Add remote modification support to fwupdtool
+ - Add support for more modify-config options
+ - Generate HTML pages for all man pages
+ + This release fixes the following bugs:
+ - Assume the legacy LVFS::UpdateRequestId tag is non-generic
+ - Avoid crashing the daemon if not using udisks
+ - Correctly mark the CPU as supported
+ - Correctly match invalid EFI partitions
+ - Do not change the device status until the action has
+ completed
+ - Do not require systemd for fwupdtool modify-config
+ - Enable access to the home interface for snap
+ - Fix an assertion when enabling lvfs-testing for the first
+ time
+ - Fix a possible crash in fwupdtool build-cabinet
+ - Handle systems with more than one ccp device
+ - Only check AMD CPUs for SHSTK, not IBT
+ - Only write the mutable fwupd.conf with the current values
+ - Re-evaluate supported every time pci-psp attributes are
+ refreshed
+ - Show "CET OS support" on AMD systems too
+ + This release adds support for the following hardware:
+ - AVer CAM340plus
+ - AVer VB342 Pro
+ - More Algoltek devices
+
-------------------------------------------------------------------
Sat Jan 13 05:05:41 UTC 2024 - Dennis Tseng
diff --git a/fwupd.obsinfo b/fwupd.obsinfo
index 7a703d2..d0803e4 100644
--- a/fwupd.obsinfo
+++ b/fwupd.obsinfo
@@ -1,4 +1,4 @@
name: fwupd
-version: 1.9.11
-mtime: 1704279136
-commit: 0f19050ededc3eff9a21042e3568198784771f73
+version: 1.9.12
+mtime: 1706087736
+commit: f58214e249efdfeacfce24bfab678f9920e7b46c
diff --git a/fwupd.spec b/fwupd.spec
index ad83ba3..5edc94d 100644
--- a/fwupd.spec
+++ b/fwupd.spec
@@ -40,7 +40,7 @@
%define docs 0
Name: fwupd
-Version: 1.9.11
+Version: 1.9.12
Release: 0
Summary: Device firmware updater daemon
License: GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -71,7 +71,7 @@ BuildRequires: gpgme-devel
BuildRequires: help2man
BuildRequires: intltool
BuildRequires: libelf-devel
-BuildRequires: meson >= 0.61.0
+BuildRequires: meson >= 0.62.0
BuildRequires: pkgconfig
BuildRequires: procps
BuildRequires: python3-Pillow