diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -72,7 +72,7 @@
 Binaries
 
 - epub-tools is available for Arch Linux [from the AUR](http://aur.archlinux.org/packages/epub-tools/)
-- Download binary distributions for generic Linux, OSX and Windows [from this directory](https://github.com/dino-/epub-tools/releases/download/3.1)
+- Download binary distributions for generic Linux, OSX and Windows [from this directory](https://github.com/dino-/epub-tools/releases/download/3.2)
 
 
 Getting source for development
diff --git a/changelog.md b/changelog.md
--- a/changelog.md
+++ b/changelog.md
@@ -1,3 +1,9 @@
+3.2 (2024-01-22)
+
+  * Updated to build against recent changes and bug fixes in
+    epub-metadata 5.3
+
+
 3.1 (2023-09-05)
 
   * Adjustments to deployment tooling and layout
diff --git a/epub-tools.cabal b/epub-tools.cabal
--- a/epub-tools.cabal
+++ b/epub-tools.cabal
@@ -1,7 +1,7 @@
 cabal-version: 2.2
 
 name:         epub-tools
-version:      3.1
+version:      3.2
 synopsis:     Command line utilities for working with epub files
 description:  A suite of command-line utilities for creating and manipulating epub book files. Included are: epubmeta, epubname, epubzip
 category:     Application, Console
@@ -35,7 +35,7 @@
   default-language: Haskell2010
   build-depends:
       directory
-    , epub-metadata >= 5.1
+    , epub-metadata >= 5.3
     , filepath
     , mtl
   ghc-options:
diff --git a/stack.yaml b/stack.yaml
--- a/stack.yaml
+++ b/stack.yaml
@@ -4,4 +4,4 @@
 - .
 
 extra-deps:
-- epub-metadata-5.1
+- epub-metadata-5.3
diff --git a/stack.yaml.lock b/stack.yaml.lock
--- a/stack.yaml.lock
+++ b/stack.yaml.lock
@@ -5,12 +5,12 @@
 
 packages:
 - completed:
-    hackage: epub-metadata-5.1@sha256:c04142a99c9c437bcef9b4ac7ad681bdbddd0a555583a68ef2cbf83bd49babe1,3460
+    hackage: epub-metadata-5.3@sha256:32599ce748a1e3ad626ff0e293b66fbaf51afc672d9afe6e3b3b38ed7ec06697,3460
     pantry-tree:
-      sha256: 299c53341b5fd1e81d096bd9c9574a51b616224c43bd4d47d711afb92758c1c1
-      size: 3659
+      sha256: a6a4a8a3925578ee833bf2035ca98878c66c7e7bd824571ce98d154828b32de8
+      size: 3660
   original:
-    hackage: epub-metadata-5.1
+    hackage: epub-metadata-5.3
 snapshots:
 - completed:
     sha256: af5d667f6096e535b9c725a72cffe0f6c060e0568d9f9eeda04caee70d0d9d2d
