diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,9 @@
 # Change log
 
+## 1.1.1
+
+* Update README to use `logInfoTH` instead of deprecated `logInformationalTH` splice
+
 ## 1.1.0
 
 * Deprecate `logInformationalTH` splice
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -24,7 +24,7 @@
   $(Log.logErrorTH) "Errors abound!"
   $(Log.logWarningTH) "Cargo number 2331 has commandeered the vessel"
   $(Log.logNoticeTH) "Heads up, but it's no biggie."
-  $(Log.logInformationalTH) "Does anyone read these?"
+  $(Log.logInfoTH) "Does anyone read these?"
   $(Log.logDebugTH) "Sleuthing with log messages..."
 
 main :: IO ()
diff --git a/logging-effect-extra-file.cabal b/logging-effect-extra-file.cabal
--- a/logging-effect-extra-file.cabal
+++ b/logging-effect-extra-file.cabal
@@ -3,7 +3,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           logging-effect-extra-file
-version:        1.1.0
+version:        1.1.1
 synopsis:       TH splices to augment log messages with file info
 description:    TH splices to augment log messages with file info.
 category:       Other
diff --git a/package.yaml b/package.yaml
--- a/package.yaml
+++ b/package.yaml
@@ -39,4 +39,4 @@
 maintainer: Jason Shipman
 name: logging-effect-extra-file
 synopsis: TH splices to augment log messages with file info
-version: '1.1.0'
+version: '1.1.1'
