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.6.1.1...main)
+## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.6.1.2...main)
+
+## [v1.6.1.2](https://github.com/freckle/stackctl/compare/v1.6.1.1...v1.6.1.2)
+
+- Require Blammo-1.2.2.3
 
 ## [v1.6.1.1](https://github.com/freckle/stackctl/compare/v1.6.1.0...v1.6.1.1)
 
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.6.1.1
+version:         1.6.1.2
 license:         MIT
 license-file:    LICENSE
 copyright:       2022 Renaissance Learning Inc
@@ -83,7 +83,7 @@
         -optP-Wno-nonportable-include-path
 
     build-depends:
-        Blammo >=1.1.2.1,
+        Blammo >=1.1.2.3,
         Glob >=0.10.2,
         QuickCheck >=2.14.2,
         aeson >=2.0.3.0,
@@ -192,7 +192,7 @@
         -optP-Wno-nonportable-include-path
 
     build-depends:
-        Blammo >=1.1.2.1,
+        Blammo >=1.1.2.3,
         Glob >=0.10.2,
         QuickCheck >=2.14.2,
         aeson >=2.0.3.0,
