diff --git a/ChangeLog b/ChangeLog
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
-0.28.7.*
+0.28.8.*
+ - Bump upper bounds of language-c to 0.10 [#261]
+0.28.7
  - Support for InterruptibleFFI (Alex Wied)
  - Support for equality in C macros (Vanessa McHale)
  - Make c2hs source comments more Haddock friendly (George Thomas)
diff --git a/c2hs.cabal b/c2hs.cabal
--- a/c2hs.cabal
+++ b/c2hs.cabal
@@ -1,5 +1,5 @@
 Name:           c2hs
-Version:        0.28.7
+Version:        0.28.8
 License:        GPL-2
 License-File:   COPYING
 Copyright:      Copyright (c) 1999-2007 Manuel M T Chakravarty
@@ -115,7 +115,7 @@
 Executable c2hs
     Build-Depends:  base >= 2 && < 5,
                     bytestring,
-                    language-c >= 0.7.1 && < 0.9,
+                    language-c >= 0.7.1 && < 0.10,
                     filepath,
                     dlist
 
