diff --git a/_service b/_service
index 01bb8d1..387bf1b 100644
--- a/_service
+++ b/_service
@@ -3,7 +3,7 @@
git
git://linuxtv.org/libcamera
- refs/tags/v0.0.3
+ refs/tags/v0.0.4
@PARENT_TAG@
v([0-9\.]*)
enable
diff --git a/_servicedata b/_servicedata
index 8af777f..a99c0b8 100644
--- a/_servicedata
+++ b/_servicedata
@@ -1,4 +1,4 @@
git://linuxtv.org/libcamera
- f66a5c447b65bce774a1bc2d01034f437bf764b5
\ No newline at end of file
+ 6cf637eb253a68edebe59505bea55435fafb00cd
diff --git a/baselibs.conf b/baselibs.conf
index 0188e03..4146833 100644
--- a/baselibs.conf
+++ b/baselibs.conf
@@ -1,2 +1,2 @@
-libcamera0_0_3
-libcamera-base0_0_3
+libcamera0_0_4
+libcamera-base0_0_4
diff --git a/libcamera-0.0.3.obscpio b/libcamera-0.0.3.obscpio
deleted file mode 100644
index 92c313f..0000000
--- a/libcamera-0.0.3.obscpio
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:c5bb3be9b2cdf85cdd3947dc2184e9ab42d2f5881b2610cc39bd3170e7bc9eba
-size 5829645
diff --git a/libcamera-0.0.4.obscpio b/libcamera-0.0.4.obscpio
new file mode 100644
index 0000000..77ec68f
--- /dev/null
+++ b/libcamera-0.0.4.obscpio
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:69a9bc4e24666fca0e5a408f68e1d57a09a3711529b38d29591d4a28bbcbba4f
+size 5986317
diff --git a/libcamera.changes b/libcamera.changes
index ba4e286..9bf2e96 100644
--- a/libcamera.changes
+++ b/libcamera.changes
@@ -1,3 +1,40 @@
+-------------------------------------------------------------------
+Mon Feb 6 10:08:27 UTC 2023 - Paolo Stivanin
+
+- Update to version 0.0.4:
+ Bugfixes:
+ * libcamera: yaml_parser: Use C locale
+ * libcamera: base: utils: Support C libraries lacking locale support
+ * py: cam.py: Fix duplicate metadata output if more than one stream
+ * libcamera: camera: Fix validateColorSpaces to choose main colour space
+ * pipeline: raspberrypi: Fix handling of colour spaces
+ Core:
+ * test: Fix/Enable testing with ASan
+ * test: Remove redundant pipeline tests
+ * meson: Only build pipeline handlers needed in host architecture
+ * meson: Add 'all' choice to pipelines option
+ * utils: checkstyle.py: Add commit title checker
+ * libcamera: ipa_module: Relax ipaModuleInfo symbol size check
+ * pipeline: Support configuration file paths
+ ipa:
+ * camera_sensor: Improve h/v flip handling
+ * camera_sensor: Add AR0521 Sensor support
+ * camera_sensor: Add OV4689 Sensor support
+ * camera_sensor: Add support for OmniVision OV8858
+ * raspberrypi: Support Autofocus with PDAF
+ * raspberrypi: Support for the Sony IMX708 sensor
+ * rkisp1: Raise maximum analogue gain
+ pipeline:
+ * raspberrypi: Support parameters from a configuration file
+ * raspberrypi: Add a parameter to disable startup drop frames
+ * libcamera: rkisp1: Add support for Transform
+ apps:
+ * gstreamer: Add bayer8 support to libcamerasrc
+ * qcam: Show string representation of pixel format
+ ABI Compliance:
+ * abi-compliance-checker reports 100% ABI and API compatibility with
+ with v0.0.3
+
-------------------------------------------------------------------
Wed Dec 21 08:13:42 UTC 2022 - Paolo Stivanin
diff --git a/libcamera.obsinfo b/libcamera.obsinfo
index b6bb8e7..bc59c3a 100644
--- a/libcamera.obsinfo
+++ b/libcamera.obsinfo
@@ -1,4 +1,4 @@
name: libcamera
-version: 0.0.3
-mtime: 1671548134
-commit: f66a5c447b65bce774a1bc2d01034f437bf764b5
+version: 0.0.4
+mtime: 1675212256
+commit: 6cf637eb253a68edebe59505bea55435fafb00cd
diff --git a/libcamera.spec b/libcamera.spec
index 0f8a51d..24967da 100644
--- a/libcamera.spec
+++ b/libcamera.spec
@@ -1,7 +1,7 @@
#
# spec file for package libcamera
#
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,10 @@
#
-%define lname libcamera0_0_3
-%define lname_base libcamera-base0_0_3
+%define lname libcamera0_0_4
+%define lname_base libcamera-base0_0_4
Name: libcamera
-Version: 0.0.3
+Version: 0.0.4
Release: 0
Summary: A complex camera support library in C++
License: GPL-2.0-or-later AND LGPL-2.1-or-later