diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,11 @@
+### 1.0.29
+
++ Bump base lower bound
+
+### 1.0.28
+
++ Bump base lower bound
+
 ### 1.0.27
 
 + Relax constraint on text
diff --git a/Pango.overrides b/Pango.overrides
--- a/Pango.overrides
+++ b/Pango.overrides
@@ -38,6 +38,8 @@
 set-attr Pango/attr_variant_new introspectable 1
 set-attr Pango/attr_weight_new introspectable 1
 
+set-attr Pango/Context/set_font_map/@parameters/font_map nullable 1
+
 # Generated from pango 1.40.1 with xsltproc Nullable.xslt Pango-1.0.gir
 set-attr Pango/AttrDataCopyFunc/@return-value nullable 1
 set-attr Pango/AttrDataCopyFunc/@parameters/user_data nullable 1
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
 # Documentation
 Autogenerated documentation for this package can be found at
 
-[https://hackage.haskell.org/package/gi-pango-1.0.27/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.27/docs/GI-Pango.html)
+[https://hackage.haskell.org/package/gi-pango-1.0.29/docs/GI-Pango.html](https://hackage.haskell.org/package/gi-pango-1.0.29/docs/GI-Pango.html)
 
 For general documentation on using [haskell-gi](https://github.com/haskell-gi/haskell-gi) based bindings, see [the project page](https://github.com/haskell-gi/haskell-gi) or [the Wiki](https://github.com/haskell-gi/haskell-gi/wiki).
diff --git a/Setup.hs b/Setup.hs
--- a/Setup.hs
+++ b/Setup.hs
@@ -4,6 +4,7 @@
 
 import qualified GI.GLib.Config as GLib
 import qualified GI.GObject.Config as GObject
+import qualified GI.Gio.Config as Gio
 import qualified GI.HarfBuzz.Config as HarfBuzz
 
 
@@ -12,8 +13,8 @@
   where name = "Pango"
         version = "1.0"
         pkgName = "gi-pango"
-        pkgVersion = "1.0.27"
+        pkgVersion = "1.0.29"
         overridesFile = Just "Pango.overrides"
         verbose = False
         outputDir = Nothing
-        inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:HarfBuzz" HarfBuzz.overrides]
+        inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gio" Gio.overrides, TaggedOverride "inherited:HarfBuzz" HarfBuzz.overrides]
diff --git a/gi-pango.cabal b/gi-pango.cabal
--- a/gi-pango.cabal
+++ b/gi-pango.cabal
@@ -1,5 +1,5 @@
 name:                 gi-pango
-version:              1.0.27
+version:              1.0.29
 synopsis:             Pango bindings
 description:          Bindings for Pango, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -14,8 +14,8 @@
 extra-source-files: README.md ChangeLog.md stack.yaml Pango.overrides
 
 custom-setup
-      setup-depends: base >= 4.9 && < 5,
-                     Cabal >= 1.24,
+      setup-depends: base >= 4.11 && < 5,
+                     Cabal >= 1.24 && < 4,
                      haskell-gi >= 0.26 && < 0.27,
                      gi-gobject == 2.0.*,
                      gi-gio == 2.0.*,
