diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 1.0.1
+
++ Update to haskell-gi(-base)-0.26
+
 ### 0.0.8
 
 + Update to haskell-gi(-base)-0.25
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-handy-0.0.8/docs/GI-Handy.html](https://hackage.haskell.org/package/gi-handy-0.0.8/docs/GI-Handy.html)
+[https://hackage.haskell.org/package/gi-handy-1.0.1/docs/GI-Handy.html](https://hackage.haskell.org/package/gi-handy-1.0.1/docs/GI-Handy.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
@@ -6,6 +6,7 @@
 import qualified GI.GLib.Config as GLib
 import qualified GI.GObject.Config as GObject
 import qualified GI.Gdk.Config as Gdk
+import qualified GI.GdkPixbuf.Config as GdkPixbuf
 import qualified GI.Gio.Config as Gio
 import qualified GI.Gtk.Config as Gtk
 import qualified GI.Pango.Config as Pango
@@ -14,10 +15,10 @@
 main :: IO ()
 main = setupBinding name version pkgName pkgVersion verbose overridesFile inheritedOverrides outputDir
   where name = "Handy"
-        version = "0.0"
+        version = "1"
         pkgName = "gi-handy"
-        pkgVersion = "0.0.8"
+        pkgVersion = "1.0.1"
         overridesFile = Just "Handy.overrides"
         verbose = False
         outputDir = Nothing
-        inheritedOverrides = [TaggedOverride "inherited:Atk" Atk.overrides, TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gdk" Gdk.overrides, TaggedOverride "inherited:Gio" Gio.overrides, TaggedOverride "inherited:Gtk" Gtk.overrides, TaggedOverride "inherited:Pango" Pango.overrides]
+        inheritedOverrides = [TaggedOverride "inherited:Atk" Atk.overrides, TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gdk" Gdk.overrides, TaggedOverride "inherited:GdkPixbuf" GdkPixbuf.overrides, TaggedOverride "inherited:Gio" Gio.overrides, TaggedOverride "inherited:Gtk" Gtk.overrides, TaggedOverride "inherited:Pango" Pango.overrides]
diff --git a/gi-handy.cabal b/gi-handy.cabal
--- a/gi-handy.cabal
+++ b/gi-handy.cabal
@@ -1,11 +1,11 @@
 name:                 gi-handy
-version:              0.0.8
+version:              1.0.1
 synopsis:             libhandy bindings
 description:          Bindings for libhandy, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
 license:              LGPL-2.1
 license-file:         LICENSE
-author:               Will Thompson, Iñaki García Etxebarria and Jonas Platte
+author:               Iñaki García Etxebarria
 maintainer:           Iñaki García Etxebarria
 category:             Bindings
 build-type:           Custom
@@ -16,9 +16,10 @@
 custom-setup
       setup-depends: base >= 4.9 && < 5,
                      Cabal >= 1.24,
-                     haskell-gi >= 0.25 && < 0.26,
+                     haskell-gi >= 0.26 && < 0.27,
                      gi-gtk == 3.0.*,
                      gi-gdk == 3.0.*,
+                     gi-gdkpixbuf == 2.0.*,
                      gi-atk == 2.0.*,
                      gi-gobject == 2.0.*,
                      gi-glib == 2.0.*,
@@ -31,13 +32,14 @@
       other-extensions: PatternSynonyms, ViewPatterns, TypeApplications
       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations
 
-      pkgconfig-depends: libhandy-0.0
+      pkgconfig-depends: libhandy-1
       build-depends: base >= 4.7 && <5,
-                     haskell-gi-base >= 0.25 && < 0.26,
-                     haskell-gi >= 0.25 && < 0.26,
+                     haskell-gi-base >= 0.26 && < 0.27,
+                     haskell-gi >= 0.26 && < 0.27,
                      haskell-gi-overloading < 1.1,
                      gi-gtk == 3.0.*,
                      gi-gdk == 3.0.*,
+                     gi-gdkpixbuf == 2.0.*,
                      gi-atk == 2.0.*,
                      gi-gobject == 2.0.*,
                      gi-glib == 2.0.*,
@@ -68,31 +70,41 @@
                        GI.Handy.Interfaces.Swipeable,
                        GI.Handy.Objects,
                        GI.Handy.Objects.ActionRow,
-                       GI.Handy.Objects.Arrows,
-                       GI.Handy.Objects.Column,
+                       GI.Handy.Objects.ApplicationWindow,
+                       GI.Handy.Objects.Avatar,
+                       GI.Handy.Objects.Carousel,
+                       GI.Handy.Objects.CarouselIndicatorDots,
+                       GI.Handy.Objects.CarouselIndicatorLines,
+                       GI.Handy.Objects.Clamp,
                        GI.Handy.Objects.ComboRow,
-                       GI.Handy.Objects.Dialer,
-                       GI.Handy.Objects.DialerButton,
-                       GI.Handy.Objects.DialerCycleButton,
-                       GI.Handy.Objects.Dialog,
+                       GI.Handy.Objects.Deck,
                        GI.Handy.Objects.EnumValueObject,
                        GI.Handy.Objects.ExpanderRow,
+                       GI.Handy.Objects.Flap,
                        GI.Handy.Objects.HeaderBar,
                        GI.Handy.Objects.HeaderGroup,
+                       GI.Handy.Objects.HeaderGroupChild,
                        GI.Handy.Objects.Keypad,
                        GI.Handy.Objects.Leaflet,
-                       GI.Handy.Objects.Paginator,
                        GI.Handy.Objects.PreferencesGroup,
                        GI.Handy.Objects.PreferencesPage,
                        GI.Handy.Objects.PreferencesRow,
                        GI.Handy.Objects.PreferencesWindow,
                        GI.Handy.Objects.SearchBar,
                        GI.Handy.Objects.Squeezer,
+                       GI.Handy.Objects.StatusPage,
                        GI.Handy.Objects.SwipeGroup,
+                       GI.Handy.Objects.SwipeTracker,
+                       GI.Handy.Objects.TabBar,
+                       GI.Handy.Objects.TabPage,
+                       GI.Handy.Objects.TabView,
                        GI.Handy.Objects.TitleBar,
                        GI.Handy.Objects.ValueObject,
                        GI.Handy.Objects.ViewSwitcher,
-                       GI.Handy.Objects.ViewSwitcherBar
+                       GI.Handy.Objects.ViewSwitcherBar,
+                       GI.Handy.Objects.ViewSwitcherTitle,
+                       GI.Handy.Objects.Window,
+                       GI.Handy.Objects.WindowHandle
 
       autogen-modules: GI.Handy.Config,
                        GI.Handy,
@@ -103,28 +115,38 @@
                        GI.Handy.Interfaces.Swipeable,
                        GI.Handy.Objects,
                        GI.Handy.Objects.ActionRow,
-                       GI.Handy.Objects.Arrows,
-                       GI.Handy.Objects.Column,
+                       GI.Handy.Objects.ApplicationWindow,
+                       GI.Handy.Objects.Avatar,
+                       GI.Handy.Objects.Carousel,
+                       GI.Handy.Objects.CarouselIndicatorDots,
+                       GI.Handy.Objects.CarouselIndicatorLines,
+                       GI.Handy.Objects.Clamp,
                        GI.Handy.Objects.ComboRow,
-                       GI.Handy.Objects.Dialer,
-                       GI.Handy.Objects.DialerButton,
-                       GI.Handy.Objects.DialerCycleButton,
-                       GI.Handy.Objects.Dialog,
+                       GI.Handy.Objects.Deck,
                        GI.Handy.Objects.EnumValueObject,
                        GI.Handy.Objects.ExpanderRow,
+                       GI.Handy.Objects.Flap,
                        GI.Handy.Objects.HeaderBar,
                        GI.Handy.Objects.HeaderGroup,
+                       GI.Handy.Objects.HeaderGroupChild,
                        GI.Handy.Objects.Keypad,
                        GI.Handy.Objects.Leaflet,
-                       GI.Handy.Objects.Paginator,
                        GI.Handy.Objects.PreferencesGroup,
                        GI.Handy.Objects.PreferencesPage,
                        GI.Handy.Objects.PreferencesRow,
                        GI.Handy.Objects.PreferencesWindow,
                        GI.Handy.Objects.SearchBar,
                        GI.Handy.Objects.Squeezer,
+                       GI.Handy.Objects.StatusPage,
                        GI.Handy.Objects.SwipeGroup,
+                       GI.Handy.Objects.SwipeTracker,
+                       GI.Handy.Objects.TabBar,
+                       GI.Handy.Objects.TabPage,
+                       GI.Handy.Objects.TabView,
                        GI.Handy.Objects.TitleBar,
                        GI.Handy.Objects.ValueObject,
                        GI.Handy.Objects.ViewSwitcher,
-                       GI.Handy.Objects.ViewSwitcherBar
+                       GI.Handy.Objects.ViewSwitcherBar,
+                       GI.Handy.Objects.ViewSwitcherTitle,
+                       GI.Handy.Objects.Window,
+                       GI.Handy.Objects.WindowHandle
