diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -22,8 +22,7 @@
   stack new mypackage
   ```
 
-  LTS 9, 10 and 11 are supported, older versions are likely to work too but
-  untested.
+  LTS 9-12 are supported, older versions are likely to work too but untested.
 
 * Initialise a Serverless project inside the Stack package directory and install
   the `serverless-haskell` plugin:
@@ -123,7 +122,7 @@
 * Run `./integration-test/run.sh`. The exit code indicates success.
 * To verify just the packaging, without deployment, run
   `./integration-test/run.sh --dry-run`.
-* By default, the integration test is run with LTS 11. To specify a different
+* By default, the integration test is run with LTS 12. To specify a different
 series, use `RESOLVER_SERIES=lts-9`.
 
 ## Releasing
diff --git a/serverless-haskell.cabal b/serverless-haskell.cabal
--- a/serverless-haskell.cabal
+++ b/serverless-haskell.cabal
@@ -2,10 +2,10 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 0fa49464ad722f9e904826775d750cd559324657f0fb63fff4212c4e818e7ba8
+-- hash: d307d8914fd48a733662d7f5d6e34930e8c20696fc4a0dab27f5f505d5a700e4
 
 name:           serverless-haskell
-version:        0.6.1
+version:        0.6.2
 synopsis:       Deploying Haskell code onto AWS Lambda using Serverless
 description:    Utilities to help process the events from AWS Lambda when deployed with the serverless-haskell plugin.
 category:       AWS, Cloud, Network
