diff --git a/CHANGELOG b/CHANGELOG
deleted file mode 100644
--- a/CHANGELOG
+++ /dev/null
@@ -1,5 +0,0 @@
-sscan (0.1) unstable; urgency=medium
-
-  * Initial public release.
-
- -- Sean Whitton <spwhitton@spwhitton.name>  Sun, 12 Mar 2017 16:55:46 -0700
diff --git a/Main.hs b/Main.hs
--- a/Main.hs
+++ b/Main.hs
@@ -117,9 +117,6 @@
                        in unlines [ "InfoBegin"
                                   , "InfoKey: Title"
                                   , "InfoValue: scan of " ++ date
-                                  , "InfoBegin"
-                                  , "InfoKey: Author"
-                                  , "InfoValue: spw"
                                   ]
 
 makeInitialState :: IO St
diff --git a/NEWS.md b/NEWS.md
new file mode 100644
--- /dev/null
+++ b/NEWS.md
@@ -0,0 +1,12 @@
+0.2 (2020-01-27)
+----------------
+
+- README tweaks.
+- Switch CHANGELOG to NEWS.md.
+- Stop adding document author metadata.
+  Previously, the author's own initials were hardcoded into sscan.
+
+0.1 (2017-03-12)
+----------------
+
+- Initial public release.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
 ````
 3. Use [stack][] to build and install sscan:
 ````
-stack --resolver=lts-8.2 install sscan
+stack install sscan
 ````
 
 Note that stack will automatically download and install the various
@@ -44,9 +44,11 @@
 
 ## Usage
 
-Open a terminal, run `sscan` and follow the on-screen instructions.
-If you can't see all the key bindings, you will need to increase the
-size of your terminal.
+Ensure that `~/.local/bin` is in your PATH environment variable.
+
+Then open a terminal, run `sscan` and follow the on-screen
+instructions.  If you can't see all the key bindings, you will need to
+increase the size of your terminal.
 
 ## Bugs/patches
 
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
--- a/debian/changelog
+++ /dev/null
@@ -1,5 +0,0 @@
-sscan (0.1) unstable; urgency=medium
-
-  * Initial public release.
-
- -- Sean Whitton <spwhitton@spwhitton.name>  Sun, 12 Mar 2017 16:55:46 -0700
diff --git a/sscan.cabal b/sscan.cabal
--- a/sscan.cabal
+++ b/sscan.cabal
@@ -1,5 +1,5 @@
 name:                sscan
-version:             0.1
+version:             0.2
 synopsis:            text UI for scanning with SANE
 -- description:         
 license:             GPL-3
@@ -10,8 +10,7 @@
 category:            Graphics
 build-type:          Simple
 extra-source-files:
-  CHANGELOG
-  debian/changelog
+  NEWS.md
   README.md
 cabal-version:       >=1.10
 
