diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2013 - 2016, Alexander Thiemann <mail@athiemann.net>
+Copyright (c) 2013 - 2017, Alexander Thiemann <mail@athiemann.net>
 
 All rights reserved.
 
@@ -13,7 +13,7 @@
       disclaimer in the documentation and/or other materials provided
       with the distribution.
 
-    * Neither the name of Alexander Thiemann <mail@agrafix.net> nor the names of other
+    * Neither the name of Alexander Thiemann nor the names of other
       contributors may be used to endorse or promote products derived
       from this software without specific prior written permission.
 
diff --git a/Spock-api.cabal b/Spock-api.cabal
--- a/Spock-api.cabal
+++ b/Spock-api.cabal
@@ -1,5 +1,5 @@
 name:                Spock-api
-version:             0.11.0.0
+version:             0.12.0.0
 synopsis:            Another Haskell web framework for rapid development
 description:         API definition DSL for Spock web framework
 Homepage:            https://www.spock.li
@@ -8,11 +8,11 @@
 license-file:        LICENSE
 author:              Alexander Thiemann <mail@athiemann.net>
 maintainer:          Alexander Thiemann <mail@athiemann.net>
-copyright:           (c) 2013 - 2016 Alexander Thiemann
+copyright:           (c) 2013 - 2017 Alexander Thiemann
 category:            Web
 build-type:          Simple
 cabal-version:       >=1.8
-tested-with:         GHC==7.8.4, GHC==7.10.2, GHC==8.0.1
+tested-with:         GHC==7.10.2, GHC==8.0.1
 
 library
   hs-source-dirs:      src
