diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,9 @@
+Version 0.10.6.2 released 02 April 2015
+
+  * Bumped upper version bounds.
+  * Fix typos in README.markdown (Igor Vuk).
+  * Update bug tracker link (Waldir Pimenta).
+
 Version 0.10.6.1 released 28 October 2014
 
   * Added Network.Gitit.Compat.Except to cabal module list.
diff --git a/README.markdown b/README.markdown
--- a/README.markdown
+++ b/README.markdown
@@ -221,7 +221,7 @@
 
     gitit -f my.conf
 
-The configuation can be splitted between several files:
+The configuration can be split between several files:
 
 	gitit -f my.conf -f additional.conf
 
@@ -607,7 +607,7 @@
 ==============
 
 Bugs may be reported (and feature requests filed) at
-<http://code.google.com/p/gitit/issues/list>.
+<https://github.com/jgm/gitit/issues>.
 
 There is a mailing list for users and developers at
 <http://groups.google.com/group/gitit-discuss>.
diff --git a/gitit.cabal b/gitit.cabal
--- a/gitit.cabal
+++ b/gitit.cabal
@@ -1,5 +1,5 @@
 name:                gitit
-version:             0.10.6.1
+version:             0.10.6.2
 Cabal-version:       >= 1.6
 build-type:          Simple
 synopsis:            Wiki using happstack, git or darcs, and pandoc.
@@ -158,17 +158,17 @@
                      bytestring,
                      text,
                      random,
-                     utf8-string >= 0.3 && < 0.4,
+                     utf8-string >= 0.3 && < 1.1,
                      SHA > 1 && < 1.7,
                      HTTP >= 4000.0 && < 4000.3,
-                     HStringTemplate >= 0.6 && < 0.8,
+                     HStringTemplate >= 0.6 && < 0.9,
                      old-locale >= 1,
                      time >= 1.1 && < 1.6,
                      recaptcha >= 0.1,
                      filestore >= 0.6 && < 0.7,
                      zlib >= 0.5 && < 0.6,
                      url >= 2.1 && < 2.2,
-                     happstack-server >= 7.0 && < 7.4,
+                     happstack-server >= 7.0 && < 7.5,
                      base64-bytestring >= 0.1 && < 1.1,
                      xml >= 1.3.5,
                      hslogger >= 1 && < 1.3,
@@ -176,12 +176,12 @@
                      feed >= 0.3.6 && < 0.4,
                      xss-sanitize >= 0.3 && < 0.4,
                      tagsoup >= 0.13 && < 0.14,
-                     blaze-html >= 0.4 && < 0.8,
-                     json >= 0.4 && < 0.8,
+                     blaze-html >= 0.4 && < 0.9,
+                     json >= 0.4 && < 0.10,
                      uri >= 0.1 && < 0.2,
                      split,
                      hoauth2 >= 0.4.2 && < 0.5,
-                     http-conduit >= 2.1.4 && < 2.1.5,
+                     http-conduit >= 2.1.4 && < 2.2,
                      http-client-tls >= 0.2.2 && < 0.3,
                      aeson >= 0.7 && < 0.9,
                      uuid >= 1.3 && < 1.4
