diff --git a/_service b/_service
new file mode 100644
index 0000000..02841b3
--- /dev/null
+++ b/_service
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/librsvg-2.52.2.tar.xz b/librsvg-2.52.2.tar.xz
deleted file mode 100644
index 6f1b6e5..0000000
--- a/librsvg-2.52.2.tar.xz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:03d2887c18ffb906e1a60f97fe46a7169f69aa28d6db5d285748f3618b093427
-size 23262064
diff --git a/librsvg-2.52.3.tar.xz b/librsvg-2.52.3.tar.xz
new file mode 100644
index 0000000..ed6f287
--- /dev/null
+++ b/librsvg-2.52.3.tar.xz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:36e7f5bc88d78608ea7f6c05e4afe4acc1606b9af13c2845d4385073d082b8a4
+size 23292148
diff --git a/librsvg.changes b/librsvg.changes
index 6f039bd..2290cba 100644
--- a/librsvg.changes
+++ b/librsvg.changes
@@ -1,3 +1,24 @@
+-------------------------------------------------------------------
+Tue Nov 2 04:12:22 UTC 2021 - William Brown
+
+- Add cargo audit obs service
+
+-------------------------------------------------------------------
+Wed Oct 27 13:12:40 UTC 2021 - Bjørn Lie
+
+- Update to version 2.52.3:
+ + Bugfixes, mostly for text layout. Also, text links in PDF!
+ - Support text-decoration=overline.
+ - Basic support for the unicode-bidi property. Librsvg still
+ considers each tspan independently of others, which is
+ incorrect, but at least bidi-override works now for a single
+ embedding level.
+ - Fix placement of tspan that changes the text direction.
+ - :lang() selector should now match lang attribute from an
+ element's parent.
+ - Fix the text-anchor property for right-to-left text.
+ - PDF now includes links inside text elements.
+
-------------------------------------------------------------------
Sat Oct 16 11:42:43 UTC 2021 - Bjørn Lie
diff --git a/librsvg.spec b/librsvg.spec
index 1b5d260..f97c1f1 100644
--- a/librsvg.spec
+++ b/librsvg.spec
@@ -20,7 +20,7 @@
%define librsvg_sover 2
Name: librsvg
-Version: 2.52.2
+Version: 2.52.3
Release: 0
Summary: A Library for Rendering SVG Data
License: Apache-2.0 AND GPL-2.0-or-later AND LGPL-2.0-or-later AND MIT