diff --git a/debian/changelog b/debian/changelog
index e3db6eb..af03717 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+golang-github-mcuadros-go-version (1.0.1-1) UNRELEASED; urgency=low
+
+  * New upstream release.
+
+ -- Debian Janitor <janitor@jelmer.uk>  Fri, 18 Mar 2022 22:25:37 -0000
+
 golang-github-mcuadros-go-version (1.0.0-3) unstable; urgency=medium
 
   * Fix the installation path so that the package is actually importable.
diff --git a/go.mod b/go.mod
new file mode 100644
index 0000000..0a69463
--- /dev/null
+++ b/go.mod
@@ -0,0 +1,3 @@
+module github.com/HarryMichal/go-version
+
+go 1.14