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-soup3-3.0.4/docs/GI-Soup.html](https://hackage.haskell.org/package/gi-soup3-3.0.4/docs/GI-Soup.html)
+[https://hackage.haskell.org/package/gi-soup3-3.0.5/docs/GI-Soup.html](https://hackage.haskell.org/package/gi-soup3-3.0.5/docs/GI-Soup.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,8 +12,8 @@
   where name = "Soup"
         version = "3.0"
         pkgName = "gi-soup3"
-        pkgVersion = "3.0.4"
-        overridesFile = Nothing
+        pkgVersion = "3.0.5"
+        overridesFile = Just "Soup.overrides"
         verbose = False
         outputDir = Nothing
         inheritedOverrides = [TaggedOverride "inherited:GLib" GLib.overrides, TaggedOverride "inherited:GObject" GObject.overrides, TaggedOverride "inherited:Gio" Gio.overrides]
diff --git a/Soup.overrides b/Soup.overrides
new file mode 100644
--- /dev/null
+++ b/Soup.overrides
@@ -0,0 +1,2 @@
+# Marked as inout, but it should be in.
+set-attr Soup/MessageHeadersIter/next/@parameters/iter direction in
diff --git a/gi-soup3.cabal b/gi-soup3.cabal
--- a/gi-soup3.cabal
+++ b/gi-soup3.cabal
@@ -1,5 +1,5 @@
 name:                 gi-soup3
-version:              3.0.4
+version:              3.0.5
 synopsis:             Libsoup 3.x bindings
 description:          Bindings for Libsoup 3.x, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -11,7 +11,7 @@
 build-type:           Custom
 cabal-version:        2.0
 
-extra-source-files: README.md ChangeLog.md stack.yaml
+extra-source-files: README.md ChangeLog.md stack.yaml Soup.overrides
 
 custom-setup
       setup-depends: base >= 4.11 && < 5,
