diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,10 +1,14 @@
 # Version History
 
-## 0.3.0.0 (July 29, 2020)
+## 0.3 (July 29, 2020)
 
   - Restore the ability to use `--help` with subcommands
 
   - Update dependencies (minor changes for Byline and themoviedb)
+
+  - Minor updates:
+
+    - 0.3.0.1 (October 28, 2020): Update dependencies
 
 ## 0.2.5.1 (April 16, 2019)
 
diff --git a/vimeta.cabal b/vimeta.cabal
--- a/vimeta.cabal
+++ b/vimeta.cabal
@@ -1,6 +1,6 @@
 cabal-version:      2.2
 name:               vimeta
-version:            0.3.0.0
+version:            0.3.0.1
 synopsis:           Frontend for video metadata tagging tools
 homepage:           https://github.com/pjones/vimeta
 bug-reports:        https://github.com/pjones/vimeta/issues
@@ -12,7 +12,7 @@
 category:           Video
 stability:          experimental
 build-type:         Simple
-tested-with:        GHC ==8.6.5 || ==8.8.3 || ==8.10.1
+tested-with:        GHC ==8.6.5 || ==8.8.4 || ==8.10.2
 description:
   Vimeta is a tool to fetch video metadata from the interwebs and
   update video files using a tagging tool.
@@ -52,8 +52,8 @@
   build-depends:
     , aeson                 >=0.8    && <1.6
     , base                  >=4.6    && <5.0
-    , byline                ^>=1.0
-    , bytestring            ^>=0.10
+    , byline                >=1.0    && <1.2
+    , bytestring            >=0.10   && <0.12
     , directory             >=1.2.3  && <1.4
     , exceptions            ^>=0.10
     , filepath              >=1.3    && <1.5
@@ -61,14 +61,14 @@
     , http-client-tls       >=0.2.2  && <0.4
     , http-types            >=0.8    && <0.13
     , mtl                   >=2.1    && <2.3
-    , optparse-applicative  >=0.11   && <0.16
+    , optparse-applicative  >=0.11   && <0.17
     , parsec                ^>=3.1
     , process               >=1.1    && <1.7
     , relude                >=0.6    && <0.8
     , temporary             >=1.1    && <1.4
     , text                  >=0.11   && <1.3
     , themoviedb            ^>=1.2
-    , time                  >=1.2    && <1.11
+    , time                  >=1.2    && <1.12
     , yaml                  >=0.8    && <0.12
 
   mixins:
