diff --git a/CHANGELOG b/CHANGELOG
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,9 @@
+Changes from 0.10 to 0.10.2
+---------------------------
+
+* Allow ghc-prim-0.13.
+* Allow Cabal-3.14.
+
 Changes from 0.10 to 0.10.1
 ---------------------------
 
diff --git a/encoding.cabal b/encoding.cabal
--- a/encoding.cabal
+++ b/encoding.cabal
@@ -1,5 +1,5 @@
 Name:		encoding
-Version:	0.10.1
+Version:	0.10.2
 Author:		Henning Günther
 Maintainer:	daniel@wagner-home.com, Andrey Prokopenko
 License:	BSD3
@@ -34,7 +34,7 @@
                  bytestring >=0.9 && <0.13,
                  containers >=0.4 && <0.8,
                  extensible-exceptions >=0.1 && <0.2,
-                 ghc-prim >=0.3 && <0.13,
+                 ghc-prim >=0.3 && <0.14,
                  mtl >=2.0 && <2.4,
                  regex-compat >=0.71 && <0.96
 
@@ -129,7 +129,7 @@
                      , filepath
                      , containers
                      , HaXml >=1.22 && <1.27
-                     , Cabal >= 2.0 && < 3.14
+                     , Cabal >= 2.0 && < 3.15
                      , encoding
   else
     buildable: False
