diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Revision history for hadoop-streaming
 
+## 0.2.0.1 -- 2020-04-05
+
+* Fix a broken link.
+
 ## 0.2.0.0 -- 2020-04-05
 
 * Make input and output types abstract.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
 
 # Word Count Example
 
-See the [Haddock in `HadoopStreaming.Text`](https://hackage.haskell.org/package/hadoop-streaming-0.1.0.0/docs/HadoopStreaming-Text.html)
+See the [Haddock in `HadoopStreaming.Text`](https://hackage.haskell.org/package/hadoop-streaming/docs/HadoopStreaming-Text.html)
 for a simple word-count example.
 
 # A Few Things to Note
diff --git a/hadoop-streaming.cabal b/hadoop-streaming.cabal
--- a/hadoop-streaming.cabal
+++ b/hadoop-streaming.cabal
@@ -1,7 +1,7 @@
 cabal-version:       2.4
 
 name:                hadoop-streaming
-version:             0.2.0.0
+version:             0.2.0.1
 synopsis:            A simple Hadoop streaming library
 description:
   A simple Hadoop streaming library based on <https://hackage.haskell.org/package/conduit conduit>,
