diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,11 @@
 # Revision history for landlock
 
-## 0.2.0.0 -- YYYY-mm-dd
+## 0.2.0.1 -- 2022-08-24
+
+* Code-wise the same as version 0.2.0.0, but said version was incorrectly
+  published on Hackage, hence re-releasing.
+
+## 0.2.0.0 -- 2022-08-24
 
 * Support `base ^>=4.15` and `base ^>=4.16`, tested in CI using GHC 9.0.2 and
   GHC 9.2.2.
diff --git a/landlock.cabal b/landlock.cabal
--- a/landlock.cabal
+++ b/landlock.cabal
@@ -2,7 +2,7 @@
 Build-Type:          Simple
 
 Name:                landlock
-Version:             0.2.0.0
+Version:             0.2.0.1
 Synopsis:            Haskell bindings for the Linux Landlock API
 Description:
   This library exposes Haskell bindings for the Linux kernel Landlock API.
