diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 1.0.29
+
++ Ignore more *_take functions, that do not make sense in Haskell. See [issue 412](https://github.com/haskell-gi/haskell-gi/issues/412) for issues that these functions create.
+
 ### 1.0.28
 
 + Bump base lower bound
diff --git a/Gst.overrides b/Gst.overrides
--- a/Gst.overrides
+++ b/Gst.overrides
@@ -2,6 +2,8 @@
 
 # Not needed for the bindings
 ignore MiniObject.take
+ignore Message.take
+ignore TagList.take
 
 # Wrong introspection data, reported as https://bugzilla.gnome.org/show_bug.cgi?id=775944
 set-attr Gst/Event/new_select_streams/@parameters/streams/@type/@type name utf8
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-gst-1.0.28/docs/GI-Gst.html](https://hackage.haskell.org/package/gi-gst-1.0.28/docs/GI-Gst.html)
+[https://hackage.haskell.org/package/gi-gst-1.0.29/docs/GI-Gst.html](https://hackage.haskell.org/package/gi-gst-1.0.29/docs/GI-Gst.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
@@ -11,7 +11,7 @@
   where name = "Gst"
         version = "1.0"
         pkgName = "gi-gst"
-        pkgVersion = "1.0.28"
+        pkgVersion = "1.0.29"
         overridesFile = Just "Gst.overrides"
         verbose = False
         outputDir = Nothing
diff --git a/gi-gst.cabal b/gi-gst.cabal
--- a/gi-gst.cabal
+++ b/gi-gst.cabal
@@ -1,5 +1,5 @@
 name:                 gi-gst
-version:              1.0.28
+version:              1.0.29
 synopsis:             GStreamer bindings
 description:          Bindings for GStreamer, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
