diff --git a/CHANGES.md b/CHANGES.md
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,7 @@
+1.3.15
+
+- Add (Template Haskell) `Lift UUID` instance
+
 1.3.14
 
 - Use more compact heap object representation which saves 16 bytes on 64bit platforms.
diff --git a/uuid.cabal b/uuid.cabal
--- a/uuid.cabal
+++ b/uuid.cabal
@@ -1,6 +1,6 @@
 cabal-version:      1.12
 name:               uuid
-version:            1.3.14
+version:            1.3.15
 copyright:          (c) 2008-2014 Antoine Latter
 author:             Antoine Latter
 maintainer:         Oleg Grenrus <oleg.grenrus@iki.fi>
@@ -54,7 +54,7 @@
   -- strict dependency on uuid-types,
   -- as we re-rexport datatype, thus leak instances etc.
   build-depends:
-    uuid-types       >=1.0.4    && <1.0.5
+    uuid-types       >=1.0.5    && <1.0.6
 
   exposed-modules:
     Data.UUID
