diff --git a/README.md b/README.md
index 8965736..b319817 100644
--- a/README.md
+++ b/README.md
@@ -34,3 +34,12 @@ To flash your Stellaris board from *boards/ek-lm4f120xl/project0*, run:
 $ lm4flash gcc/project0.bin
 
 Nice hacking!
+
+__Optional: Remove the root requirement__
+
+By default, root permissions are required to flash the Stellaris Launchpad ICDI. This can be circumvented by adding udev rules.
+Create a file called */etc/udev/rules.d/61.stellpad.rules*, containing:
+```
+SUBSYSTEM=="usb", ATTRS{idVendor}=="1cbe", ATTRS{idProduct}=="00fd", MODE="0666"
+```
+Restart udev to apply the changes.
diff --git a/debian/changelog b/debian/changelog
index 3607304..90249a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+lm4tools (3:0.1.3+git20180903.1.61a7d17-1) UNRELEASED; urgency=low
+
+  * New upstream snapshot.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 01 Apr 2022 05:36:41 -0000
+
 lm4tools (3:0.1.3-1) unstable; urgency=medium
 
   * Add debian/watch file