diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
-# 0.4.8.2
+# 0.4.8.3
 
 * Fixed compilation on GHC 8.4.
+
+# 0.4.8.2
+
+Skipped (the tarball got corrupted).
 
 # 0.4.8.1
 
diff --git a/microlens.cabal b/microlens.cabal
--- a/microlens.cabal
+++ b/microlens.cabal
@@ -1,5 +1,5 @@
 name:                microlens
-version:             0.4.8.2
+version:             0.4.8.3
 synopsis:            A tiny lens library with no dependencies. If you're writing an app, you probably want microlens-platform, not this.
 description:
   NOTE: If you're writing an app, you probably want <http://hackage.haskell.org/package/microlens-platform microlens-platform> – it has the most features. <http://hackage.haskell.org/package/microlens microlens> is intended more for library writers who want a tiny lens library (after all, lenses are pretty useful for everything, not just for updating records!).
diff --git a/src/Lens/Micro/Extras.hs b/src/Lens/Micro/Extras.hs
Binary files a/src/Lens/Micro/Extras.hs and b/src/Lens/Micro/Extras.hs differ
diff --git a/src/Lens/Micro/Type.hs b/src/Lens/Micro/Type.hs
Binary files a/src/Lens/Micro/Type.hs and b/src/Lens/Micro/Type.hs differ
