diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,6 +1,10 @@
 User-visible changes in the hledger command line tool and library.
 
 
+# 1.14.1 2019-03-01
+
+- fix missing Commodities.txt build error
+
 # 1.14 2019-03-01
 
 - journal: subaccount-including balance assertions have been
diff --git a/Hledger/Cli/Commands/Commodities.txt b/Hledger/Cli/Commands/Commodities.txt
new file mode 100644
--- /dev/null
+++ b/Hledger/Cli/Commands/Commodities.txt
@@ -0,0 +1,4 @@
+commodities
+List all commodity/currency symbols used or declared in the journal.
+
+_FLAGS_
diff --git a/hledger.cabal b/hledger.cabal
--- a/hledger.cabal
+++ b/hledger.cabal
@@ -4,10 +4,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: f7ffe28b8f28021a283c05a1647b2f533f4476d763c411d681914ca141f07fb0
+-- hash: 0682613dd00c2d6d52d5a9079bb63755cc25a0a09be9c996f55a0c0ad60fbafa
 
 name:           hledger
-version:        1.14
+version:        1.14.1
 synopsis:       Command-line interface for the hledger accounting tool
 description:    This is hledger's command-line interface.
                 Its basic function is to read a plain text file describing
@@ -71,6 +71,7 @@
     Hledger/Cli/Commands/Checkdates.txt
     Hledger/Cli/Commands/Checkdupes.txt
     Hledger/Cli/Commands/Close.txt
+    Hledger/Cli/Commands/Commodities.txt
     Hledger/Cli/Commands/Files.txt
     Hledger/Cli/Commands/Help.txt
     Hledger/Cli/Commands/Import.txt
@@ -137,7 +138,7 @@
   other-modules:
       Paths_hledger
   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
-  cpp-options: -DVERSION="1.14"
+  cpp-options: -DVERSION="1.14.1"
   build-depends:
       Decimal
     , Diff
@@ -188,7 +189,7 @@
   hs-source-dirs:
       app
   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
-  cpp-options: -DVERSION="1.14"
+  cpp-options: -DVERSION="1.14.1"
   build-depends:
       Decimal
     , ansi-terminal >=0.6.2.3
@@ -240,7 +241,7 @@
   hs-source-dirs:
       test
   ghc-options: -Wall -fno-warn-unused-do-bind -fno-warn-name-shadowing -fno-warn-missing-signatures -fno-warn-type-defaults -fno-warn-orphans -optP-Wno-nonportable-include-path
-  cpp-options: -DVERSION="1.14"
+  cpp-options: -DVERSION="1.14.1"
   build-depends:
       Decimal
     , ansi-terminal >=0.6.2.3
