diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,11 @@
 User-visible changes in hledger-api. See also hledger, hledger-lib.
 
 
+# 1.11.1 (2018/10/06)
+
+* use hledger 1.11.1
+
+
 # 1.11 (2018/9/30)
 
 * use hledger 1.11
diff --git a/hledger-api.1 b/hledger-api.1
--- a/hledger-api.1
+++ b/hledger-api.1
@@ -1,5 +1,5 @@
 
-.TH "hledger\-api" "1" "September 2018" "hledger\-api 1.10.99" "hledger User Manuals"
+.TH "hledger\-api" "1" "September 2018" "hledger\-api 1.11.1" "hledger User Manuals"
 
 
 
diff --git a/hledger-api.cabal b/hledger-api.cabal
--- a/hledger-api.cabal
+++ b/hledger-api.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 7f5a11be3e9db0d4fcebb5b663ee988461de6d815042a7785f9076e083dde205
+-- hash: 10c56cc5ba020c666fc59a3e6ba0603b1b16b61e6c68786a06bb8572b1b87624
 
 name:           hledger-api
-version:        1.11
+version:        1.11.1
 synopsis:       Web API server for the hledger accounting tool
 description:    This is a simple web API server for hledger data.
                 It comes with a series of simple client-side web app examples.
@@ -45,7 +45,7 @@
   other-modules:
       Paths_hledger_api
   ghc-options: -threaded
-  cpp-options: -DVERSION="1.11"
+  cpp-options: -DVERSION="1.11.1"
   build-depends:
       Decimal
     , aeson
@@ -55,8 +55,8 @@
     , data-default >=0.5
     , docopt
     , either
-    , hledger >=1.11 && <1.12
-    , hledger-lib >=1.11 && <1.12
+    , hledger >=1.11.1 && <1.12
+    , hledger-lib >=1.11.1 && <1.12
     , microlens >=0.4
     , microlens-platform >=0.2.3.1
     , safe
diff --git a/hledger-api.hs b/hledger-api.hs
--- a/hledger-api.hs
+++ b/hledger-api.hs
@@ -37,12 +37,12 @@
 import Hledger.Query
 import Hledger.Cli hiding (Reader, version)
 
-hledgerApiVersion="1.11"
+hledgerApiVersion="1.11.1"
 
 -- https://github.com/docopt/docopt.hs#readme
 doc :: Docopt
 doc = [docopt|
-hledger-api 1.11
+hledger-api 1.11.1
 
 Serves hledger data and reports as a JSON web API.
 
diff --git a/hledger-api.info b/hledger-api.info
--- a/hledger-api.info
+++ b/hledger-api.info
@@ -3,8 +3,8 @@
 
 File: hledger-api.info,  Node: Top,  Next: OPTIONS,  Up: (dir)
 
-hledger-api(1) hledger-api 1.10.99
-**********************************
+hledger-api(1) hledger-api 1.11.1
+*********************************
 
 hledger-api is a simple web API server, intended to support client-side
 web apps operating on hledger data.  It comes with a series of simple
@@ -80,7 +80,7 @@
 
 Tag Table:
 Node: Top72
-Node: OPTIONS1666
-Ref: #options1751
+Node: OPTIONS1664
+Ref: #options1749
 
 End Tag Table
diff --git a/hledger-api.txt b/hledger-api.txt
--- a/hledger-api.txt
+++ b/hledger-api.txt
@@ -117,4 +117,4 @@
 
 
 
-hledger-api 1.10.99             September 2018                  hledger-api(1)
+hledger-api 1.11.1              September 2018                  hledger-api(1)
