diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.0.2...main)
+## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.0.3...main)
+
+## [v1.1.0.3](https://github.com/freckle/stackctl/compare/v1.1.0.2...v1.1.0.3)
+
+- Require Blammo-1.1.1.0
 
 ## [v1.1.0.2](https://github.com/freckle/stackctl/compare/v1.1.0.1...v1.1.0.2)
 
diff --git a/stackctl.cabal b/stackctl.cabal
--- a/stackctl.cabal
+++ b/stackctl.cabal
@@ -1,6 +1,6 @@
 cabal-version:   1.18
 name:            stackctl
-version:         1.1.0.2
+version:         1.1.0.3
 license:         MIT
 license-file:    LICENSE
 copyright:       2022 Renaissance Learning Inc
@@ -72,7 +72,7 @@
         -Wno-unsafe -optP-Wno-nonportable-include-path
 
     build-depends:
-        Blammo >=1.1.0.0,
+        Blammo >=1.1.1.0,
         Glob,
         aeson,
         aeson-casing,
