diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,11 @@
+### 1.0.18
+
++ Bump base lower bound
+
+### 1.0.17
+
++ Bump base lower bound
+
 ### 1.0.16
 
 + Relax constraint on text
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-ostree-1.0.16/docs/GI-OSTree.html](https://hackage.haskell.org/package/gi-ostree-1.0.16/docs/GI-OSTree.html)
+[https://hackage.haskell.org/package/gi-ostree-1.0.18/docs/GI-OSTree.html](https://hackage.haskell.org/package/gi-ostree-1.0.18/docs/GI-OSTree.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
@@ -12,7 +12,7 @@
   where name = "OSTree"
         version = "1.0"
         pkgName = "gi-ostree"
-        pkgVersion = "1.0.16"
+        pkgVersion = "1.0.18"
         overridesFile = Just "OSTree.overrides"
         verbose = False
         outputDir = Nothing
diff --git a/gi-ostree.cabal b/gi-ostree.cabal
--- a/gi-ostree.cabal
+++ b/gi-ostree.cabal
@@ -1,5 +1,5 @@
 name:                 gi-ostree
-version:              1.0.16
+version:              1.0.18
 synopsis:             OSTree bindings
 description:          Bindings for OSTree, 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 OSTree.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-gio == 2.0.*,
                      gi-gobject == 2.0.*,
@@ -80,12 +80,12 @@
                        GI.OSTree.Objects.SysrootUpgrader,
                        GI.OSTree.Structs,
                        GI.OSTree.Structs.Bootloader,
+                       GI.OSTree.Structs.BootloaderAboot,
                        GI.OSTree.Structs.BootloaderGrub2,
                        GI.OSTree.Structs.BootloaderInterface,
                        GI.OSTree.Structs.BootloaderSyslinux,
                        GI.OSTree.Structs.BootloaderUboot,
                        GI.OSTree.Structs.BootloaderZipl,
-                       GI.OSTree.Structs.CmdPrivateVTable,
                        GI.OSTree.Structs.CollectionRef,
                        GI.OSTree.Structs.CommitSizesEntry,
                        GI.OSTree.Structs.DiffDirsOptions,
@@ -143,12 +143,12 @@
                        GI.OSTree.Objects.SysrootUpgrader,
                        GI.OSTree.Structs,
                        GI.OSTree.Structs.Bootloader,
+                       GI.OSTree.Structs.BootloaderAboot,
                        GI.OSTree.Structs.BootloaderGrub2,
                        GI.OSTree.Structs.BootloaderInterface,
                        GI.OSTree.Structs.BootloaderSyslinux,
                        GI.OSTree.Structs.BootloaderUboot,
                        GI.OSTree.Structs.BootloaderZipl,
-                       GI.OSTree.Structs.CmdPrivateVTable,
                        GI.OSTree.Structs.CollectionRef,
                        GI.OSTree.Structs.CommitSizesEntry,
                        GI.OSTree.Structs.DiffDirsOptions,
