diff --git a/Cargo.toml b/Cargo.toml
index 340b7cbc73bb8ec8c8964e13ef172df2c6b2d723..d32404ed052bb55b192c3d8a9f413906f01216c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dwarf2sources"
-version = "0.2.2"
+version = "0.2.3"
 authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
 edition = "2018"
 
diff --git a/debian/changelog b/debian/changelog
index 181a78ab899420ddf879e485204c1fc08aeb342c..5373b1906dfedaade4e740bdab0aab068fb433e3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dwarf2sources (0.2.3) apertis; urgency=medium
+
+  * Add support for reading DWARF-5 info
+
+ -- Andre Moreira Magalhaes <andre.magalhaes@collabora.co.uk>  Tue, 20 Jun 2023 13:06:12 -0300
+
 dwarf2sources (0.2.2) apertis; urgency=medium
 
   * Update gimli to 0.26 and object to 0.29.