diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,18 +1,24 @@
 # Changelog
 
+## 1.1.0.1
+
+### Non-breaking changes
+
+* Fixed the `checkinvariant` cabal flag.
+
 ## 1.1.0.0
 
 ### Breaking changes
 
 * Removed deprecated API
 
-### Non breaking changes
+### Non-breaking changes
 
 * `io-classes-1.1.0.0`
 
 ## 1.0.0.1
 
-### Non breaking changes
+### Non-breaking changes
 
 * Support `ghc-9.6`.
 
diff --git a/strict-stm.cabal b/strict-stm.cabal
--- a/strict-stm.cabal
+++ b/strict-stm.cabal
@@ -1,6 +1,6 @@
 cabal-version:       3.0
 name:                strict-stm
-version:             1.1.0.0
+version:             1.1.0.1
 synopsis:            Strict STM interface polymorphic over stm implementation.
 description:
   Strict STM interface provided on top of
@@ -8,16 +8,14 @@
   compatible with [stm](https://hackage.haskell.org/package/stm)
   & [io-sim](https://hackage.haskell.org/package/io-sim).
 license:             Apache-2.0
-license-files:
-  LICENSE
-  NOTICE
+license-files:       LICENSE NOTICE
 copyright:           2019-2023 Input Output Global Inc (IOG)
 author:              Alexander Vieth, Duncan Coutts, Marcin Szamotulski, Thomas Winant
 maintainer:          Duncan Coutts dunca@well-typed.com, Marcin Szamotulski coot@coot.me
-category:            Control
+category:            Concurrency
 build-type:          Simple
-extra-source-files:  CHANGELOG.md
-                     README.md
+extra-doc-files:     CHANGELOG.md README.md
+bug-reports:         https://github.com/input-output-hk/io-sim/issues
 tested-with:         GHC == { 8.10, 9.2, 9.4, 9.6 }
 
 source-repository head
@@ -72,4 +70,4 @@
     ghc-options: -fno-ignore-asserts
 
   if flag(checktvarinvariant)
-    cpp-options: -DCHECK_TVAR_INVARIAN
+    cpp-options: -DCHECK_TVAR_INVARIANT
