diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,9 @@
+## 1.1.2 (Oct 09, 2021)
+
+Meta update to provide a release to tie new platform builds to.
+
+* Update internal version string (had been left at 1.0)
+
 ## 1.1.1 (Sept 24, 2021)
 
 * Fix Flint interface for Windows
diff --git a/camfort.cabal b/camfort.cabal
--- a/camfort.cabal
+++ b/camfort.cabal
@@ -5,21 +5,25 @@
 -- see: https://github.com/sol/hpack
 
 name:           camfort
-version:        1.1.1
+version:        1.1.2
 synopsis:       CamFort - Cambridge Fortran infrastructure
 description:    CamFort is a tool for the analysis, transformation, verification of Fortran code.
 category:       Language
 stability:      experimental
 homepage:       https://camfort.github.io
 bug-reports:    https://github.com/camfort/camfort/issues
-author:         Matthew Danish, Mistral Contrastin, Andrew Rice, Dominic Orchard
-maintainer:     Matthew Danish
+author:         Matthew Danish,
+                Mistral Contrastin,
+                Andrew Rice,
+                Dominic Orchard
+maintainer:     Matthew Danish,
+                Ben Orchard
 copyright:      2012-2019 University of Cambridge
 license:        Apache-2.0
 license-file:   LICENSE
 build-type:     Simple
 tested-with:
-    GHC >= 8.6
+    GHC >= 8.4
 extra-source-files:
     tests/fixtures/Specification/Stencils/example10.expected.f
     tests/fixtures/Specification/Stencils/example10.f
diff --git a/src/Main.hs b/src/Main.hs
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -581,7 +581,7 @@
 
 -- | Current CamFort version.
 version :: String
-version = "1.0"
+version = "1.1.2"
 
 
 -- | Full CamFort version string.
