diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,13 @@
 # Revision history for forms-data-format
 
-## 0.1.0.0 -- YYYY-mm-dd
+## 0.1 -- 2023-04-03
 
 * First version. Released on an unsuspecting world.
+
+## 0.2 -- 2023-04-09
+
+* Removed an extra newline from reserialization.
+
+## 0.2.0.1 -- 2023-11-25
+
+* Bumped the upper bound of the `bytestring` dependency.
diff --git a/forms-data-format.cabal b/forms-data-format.cabal
--- a/forms-data-format.cabal
+++ b/forms-data-format.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.4
 name:               forms-data-format
-version:            0.2
+version:            0.2.0.1
 
 synopsis: Parse and serialize FDF, the Forms Data Format
 
@@ -29,7 +29,7 @@
     -- Modules included in this library but not exported.
     -- other-modules:
     other-extensions: ImportQualifiedPost NamedFieldPuns OverloadedStrings
-    build-depends:    base == 4.*, bytestring >=0.9 && < 0.12, text,
+    build-depends:    base == 4.*, bytestring >=0.9 && < 0.13, text,
                       monoid-subclasses == 1.*, rank2classes >= 1 && < 1.6,
                       parsers < 0.13, grammatical-parsers >= 0.5 && < 0.8
     hs-source-dirs:   src
