diff --git a/Cargo.toml b/Cargo.toml
index 9f573ee780ad062c853c111b2e49172e7324b4b7..986dc62056e22329e04613366583ebce6c92412c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "dwarf2sources"
-version = "0.1.0"
+version = "0.1.1"
 authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
 edition = "2018"
 
diff --git a/debian/changelog b/debian/changelog
index 9d1449b2fa31cdf939c505c11763fd366e19ee0d..51dc4710177857baa9383cbc165744930edc41cc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+dwarf2sources (0.1.1) apertis; urgency=medium
+
+  * Switch to anyhow for error handling
+  * Split out file processing
+  * Add support for multiple files
+  * debian: Add b-d on anyhow
+
+ -- Sjoerd Simons <sjoerd@collaboar.com>  Mon, 16 Nov 2020 13:20:27 +0100
+
 dwarf2sources (0.1.0) apertis; urgency=medium
 
   * Initial Release.