diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,11 @@
+### 0.0.3
+
++ Add a pkgconfig dependency on harfbuzz-gobject
+
+### 0.0.2
+
++ Relax the dependency on harfbuzz to >= 1
+
 ### 0.0.1
 
 + Initial release.
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-harfbuzz-0.0.2/docs/GI-HarfBuzz.html](https://hackage.haskell.org/package/gi-harfbuzz-0.0.2/docs/GI-HarfBuzz.html)
+[https://hackage.haskell.org/package/gi-harfbuzz-0.0.3/docs/GI-HarfBuzz.html](https://hackage.haskell.org/package/gi-harfbuzz-0.0.3/docs/GI-HarfBuzz.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/gi-harfbuzz.cabal b/gi-harfbuzz.cabal
--- a/gi-harfbuzz.cabal
+++ b/gi-harfbuzz.cabal
@@ -1,5 +1,5 @@
 name:                 gi-harfbuzz
-version:              0.0.2
+version:              0.0.3
 synopsis:             HarfBuzz bindings
 description:          Bindings for HarfBuzz, autogenerated by haskell-gi.
 homepage:             https://github.com/haskell-gi/haskell-gi
@@ -26,7 +26,7 @@
       other-extensions: PatternSynonyms, ViewPatterns, TypeApplications
       ghc-options: -fno-warn-unused-imports -fno-warn-warnings-deprecations
 
-      pkgconfig-depends: harfbuzz >= 1
+      pkgconfig-depends: harfbuzz >= 1, harfbuzz-gobject >= 1
       build-depends: base >= 4.7 && <5,
                      haskell-gi-base >= 0.24 && < 0.25,
                      haskell-gi >= 0.24.1 && < 0.25,
