diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,4 +5,4 @@
 ## Version 0.1.0.0
 
 The first version that is deployed on Hackage. This version contains
-`toCardinal` and `toOrdinal` functions for /Dutch/, /English/ and /French/.
+`toCardinal` and `toOrdinal` functions for *Dutch*, *English* and *French*.
diff --git a/ordinal.cabal b/ordinal.cabal
--- a/ordinal.cabal
+++ b/ordinal.cabal
@@ -1,5 +1,5 @@
 name:                ordinal
-version:             0.1.0.0
+version:             0.1.1.0
 synopsis:            Convert numbers to words in different languages.
 description:
     A package based on Python's num2words package that converts numbers
@@ -38,7 +38,7 @@
   build-depends:
       base >= 4.7 && < 5
     , text >= 0.1
-    , template-haskell >=2.15.0.0
+    , template-haskell >=2.2.0.0
     , containers >=0.5
     , vector >= 0.7
   default-language:    Haskell2010
