diff --git a/ChangeLog.md b/ChangeLog.md
new file mode 100644
--- /dev/null
+++ b/ChangeLog.md
@@ -0,0 +1,3 @@
+### 2.91.13
+
+Do not generate code for Terminal.event_check_regex_simple, since it has wrong introspection data.
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-vte-2.91.12/docs/GI-Vte.html
+[https://hackage.haskell.org/package/gi-vte-2.91.13/docs/GI-Vte.html](https://hackage.haskell.org/package/gi-vte-2.91.13/docs/GI-Vte.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/Vte.overrides b/Vte.overrides
--- a/Vte.overrides
+++ b/Vte.overrides
@@ -3,3 +3,6 @@
 # This function is deprecated, does nothing, and the introspection
 # data is wrong.
 ignore Terminal.event_check_gregex_simple
+
+# Wrong introspection data.
+ignore Terminal.event_check_regex_simple
diff --git a/gi-vte.cabal b/gi-vte.cabal
--- a/gi-vte.cabal
+++ b/gi-vte.cabal
@@ -1,5 +1,5 @@
 name:                 gi-vte
-version:              2.91.12
+version:              2.91.13
 synopsis:             Vte bindings
 description:          Bindings for Vte, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -11,7 +11,7 @@
 build-type:           Custom
 cabal-version:        >= 1.24
 
-extra-source-files: README.md stack.yaml Vte.overrides
+extra-source-files: README.md ChangeLog.md stack.yaml Vte.overrides
 
 custom-setup
       setup-depends: base >= 4.7 && < 5,
