diff --git a/changelog.md b/changelog.md
new file mode 100644
--- /dev/null
+++ b/changelog.md
@@ -0,0 +1,5 @@
+# Changelog
+
+# 0.0.1.2
+
+- Bumped dependency on `inline-c` to `< 0.10`
diff --git a/liboath-hs.cabal b/liboath-hs.cabal
--- a/liboath-hs.cabal
+++ b/liboath-hs.cabal
@@ -1,5 +1,5 @@
 name:                liboath-hs
-version:             0.0.1.1
+version:             0.0.1.2
 synopsis:            Bindings to liboath
 description:         See README for details.
 homepage:            https://github.com/parsonsmatt/liboath-hs#readme
@@ -11,6 +11,7 @@
 category:            Security
 build-type:          Simple
 extra-source-files:  README.md
+                     changelog.md
 cabal-version:       >=1.10
 
 library
@@ -18,7 +19,7 @@
   exposed-modules:     LibOath
                      , LibOath.Internal
   build-depends:       base            >= 4.7     && < 5
-                     , inline-c        >= 0.5.6.1 && < 0.8
+                     , inline-c        >= 0.5.6.1 && < 0.10
                      , safe-exceptions
                      , bytestring
                      , time
