diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,7 @@
+### 1.0.17
+
++ Add an override for [`Cairo.Matrix`](https://hackage.haskell.org/package/gi-cairo/docs/GI-Cairo-Structs-Matrix.html): it is a boxed type, but it was not properly annotated as such in the introspection data.
+
 ### 1.0.16
 
 + Enable override for cairo/FontOptions, due to wrong cairo-1.0.gir file 
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-cairo-1.0.16/docs/GI-Cairo.html](https://hackage.haskell.org/package/gi-cairo-1.0.16/docs/GI-Cairo.html)
+[https://hackage.haskell.org/package/gi-cairo-1.0.17/docs/GI-Cairo.html](https://hackage.haskell.org/package/gi-cairo-1.0.17/docs/GI-Cairo.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/cairo.overrides b/cairo.overrides
--- a/cairo.overrides
+++ b/cairo.overrides
@@ -1,4 +1,4 @@
 namespace cairo
 
 set-attr cairo/FontOptions glib:get-type cairo_gobject_font_options_get_type
-
+set-attr cairo/Matrix glib:get-type cairo_gobject_matrix_get_type 
diff --git a/gi-cairo.cabal b/gi-cairo.cabal
--- a/gi-cairo.cabal
+++ b/gi-cairo.cabal
@@ -1,5 +1,5 @@
 name:                 gi-cairo
-version:              1.0.16
+version:              1.0.17
 synopsis:             Cairo bindings
 description:          Bindings for Cairo, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
