diff --git a/servant-ruby.cabal b/servant-ruby.cabal
--- a/servant-ruby.cabal
+++ b/servant-ruby.cabal
@@ -1,5 +1,5 @@
 name:                servant-ruby
-version:             0.1.1.0
+version:             0.1.2.0
 synopsis:            Generate a Ruby client from a Servant API with Net::HTTP.
 description:         Generate a Ruby client from a Servant API with Net::HTTP.
 homepage:            https://github.com/joneshf/servant-ruby#readme
@@ -19,7 +19,7 @@
   build-depends:       base >= 4.7 && < 5
                      , casing >= 0.1 && < 0.2
                      , lens >= 4.15 && < 4.16
-                     , servant-foreign >= 0.9 && < 0.10
+                     , servant-foreign >= 0.9 && < 0.11
                      , text >= 1.2 && < 1.3
   default-language:    Haskell2010
   ghc-options:         -Wall
