diff --git a/_service b/_service
index cb20cff..b87e298 100644
--- a/_service
+++ b/_service
@@ -2,7 +2,7 @@
git
https://git.libcamera.org/libcamera/libcamera.git
- refs/tags/v0.5.1
+ refs/tags/v0.5.2
@PARENT_TAG@
v([0-9\.]*)
diff --git a/libcamera-0.5.1.tar.xz b/libcamera-0.5.1.tar.xz
deleted file mode 100644
index d0bd29a..0000000
--- a/libcamera-0.5.1.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:de19108223cf833729f2dd05ccf8ca195e595198478e1de40946fc2c0cb1a738
-size 1316512
diff --git a/libcamera-0.5.2.tar.xz b/libcamera-0.5.2.tar.xz
new file mode 100644
index 0000000..b282638
--- /dev/null
+++ b/libcamera-0.5.2.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:f0c4c1f4cde291c0b9917783748727ef7e33840256c864d3c2af6832671de333
+size 1334444
diff --git a/libcamera.changes b/libcamera.changes
index 343341a..60a73f2 100644
--- a/libcamera.changes
+++ b/libcamera.changes
@@ -1,3 +1,19 @@
+-------------------------------------------------------------------
+Tue Sep 9 12:42:46 UTC 2025 - pgajdos@suse.com
+
+- Update to release 0.5.2
+ * This release substantial development on gstreamer.
+ * In core we can see development that cleans up ProcessManager
+ in a drive to reduce singleton patterns throughout libcamera.
+ * Pipelines are now able to limit the number of requests queued
+ into the pipeline handler which helps prevent issues when
+ applications desire to use a larger request queue.
+ * It's now possible to check if controls exist with new macros
+ defined for every control to help codebases compile against
+ multiple versions.
+- see https://gitlab.freedesktop.org/camera/libcamera/-/releases/v0.5.2
+ for details
+
-------------------------------------------------------------------
Wed Jul 9 11:32:16 UTC 2025 - Bernhard Wiedemann
diff --git a/libcamera.spec b/libcamera.spec
index 44097c2..d311638 100644
--- a/libcamera.spec
+++ b/libcamera.spec
@@ -24,7 +24,7 @@
%define extname %nil
%endif
Name: libcamera%extname
-Version: 0.5.1
+Version: 0.5.2
Release: 0
Summary: A complex camera support library in C++
License: CC-BY-SA-4.0 AND GPL-2.0-or-later AND LGPL-2.1-or-later