diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 0.7.29
+
++ Add dependency on gi-gio.
+
 ### 0.7.28
 
 + Depend on haskell-gi >= 0.26.9 (see [issue 439](https://github.com/haskell-gi/haskell-gi/issues/439))
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-notify-0.7.28/docs/GI-Notify.html](https://hackage.haskell.org/package/gi-notify-0.7.28/docs/GI-Notify.html)
+[https://hackage.haskell.org/package/gi-notify-0.7.29/docs/GI-Notify.html](https://hackage.haskell.org/package/gi-notify-0.7.29/docs/GI-Notify.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
@@ -5,6 +5,7 @@
 import qualified GI.GLib.Config as GLib
 import qualified GI.GObject.Config as GObject
 import qualified GI.GdkPixbuf.Config as GdkPixbuf
+import qualified GI.Gio.Config as Gio
 
 
 main :: IO ()
@@ -12,8 +13,8 @@
   where name = "Notify"
         version = "0.7"
         pkgName = "gi-notify"
-        pkgVersion = "0.7.28"
+        pkgVersion = "0.7.29"
         overridesFile = Just "Notify.overrides"
         verbose = False
         outputDir = Nothing
-        inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:GdkPixbuf" GdkPixbuf.overrides]
+        inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:GdkPixbuf" GdkPixbuf.overrides, TaggedOverride "inherited:Gio" Gio.overrides]
diff --git a/gi-notify.cabal b/gi-notify.cabal
--- a/gi-notify.cabal
+++ b/gi-notify.cabal
@@ -1,5 +1,5 @@
 name:                 gi-notify
-version:              0.7.28
+version:              0.7.29
 synopsis:             Libnotify bindings
 description:          Bindings for Libnotify, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -16,10 +16,11 @@
 custom-setup
       setup-depends: base >= 4.11 && < 5,
                      Cabal >= 1.24 && < 4,
-                     haskell-gi >= 0.26.9 && < 0.27,
+                     haskell-gi >= 0.26.14 && < 0.27,
                      gi-gdkpixbuf == 2.0.*,
                      gi-gobject == 2.0.*,
-                     gi-glib == 2.0.*
+                     gi-glib == 2.0.*,
+                     gi-gio == 2.0.*
 
 library
       default-language: Haskell2010
@@ -30,11 +31,12 @@
       pkgconfig-depends: libnotify >= 0.7 && < 1
       build-depends: base >= 4.7 && <5,
                      haskell-gi-base >= 0.26 && < 0.27,
-                     haskell-gi >= 0.26.9 && < 0.27,
+                     haskell-gi >= 0.26.14 && < 0.27,
                      haskell-gi-overloading < 1.1,
                      gi-gdkpixbuf == 2.0.*,
                      gi-gobject == 2.0.*,
                      gi-glib == 2.0.*,
+                     gi-gio == 2.0.*,
                      bytestring >= 0.10 && < 1,
                      containers >= 0.5 && < 1,
                      text >= 1.0 && < 3,
