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.0...main)
+## [_Unreleased_](https://github.com/freckle/stackctl/compare/v1.1.0.1...main)
+
+## [v1.1.0.1](https://github.com/freckle/stackctl/compare/v1.1.0.0...v1.1.0.1)
+
+- Update to `cfn-flip-0.1.0.3`
 
 ## [v1.1.0.0](https://github.com/freckle/stackctl/compare/v1.0.2.0...v1.1.0.0)
 
diff --git a/stackctl.cabal b/stackctl.cabal
--- a/stackctl.cabal
+++ b/stackctl.cabal
@@ -5,7 +5,7 @@
 -- see: https://github.com/sol/hpack
 
 name:           stackctl
-version:        1.1.0.0
+version:        1.1.0.1
 description:    Please see <https://github.com/freckle/stackctl#readme>
 homepage:       https://github.com/freckle/stackctl#readme
 bug-reports:    https://github.com/freckle/stackctl/issues
@@ -102,7 +102,7 @@
     , amazonka-sts
     , base ==4.*
     , bytestring
-    , cfn-flip
+    , cfn-flip >=0.1.0.3
     , conduit
     , containers
     , errors
