diff --git a/CHANGELOG.md b/CHANGELOG.md
index bf599e2ce0ff80785578c05c85663fa36188d5cf_Q0hBTkdFTE9HLm1k..ff7fdb4ebb84a51cbfb304f758dd889482b05288_Q0hBTkdFTE9HLm1k 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,2 +1,2 @@
-## Version 0.2.14 (planned)
+## Version 0.2.14 (2024-11-19)
 
@@ -2,5 +2,6 @@
 
-Drop support of CubicWeb 4.7 and previous versions
+- Drop support of CubicWeb 3 by setting minimum CubicWeb version to be 4.5.2
+- Drop support of CubicWeb 1.3.0 and below
 
 ## Version 0.2.13 (2024-09-27)
 
diff --git a/cubicweb_jsonschema/__pkginfo__.py b/cubicweb_jsonschema/__pkginfo__.py
index bf599e2ce0ff80785578c05c85663fa36188d5cf_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ==..ff7fdb4ebb84a51cbfb304f758dd889482b05288_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ== 100644
--- a/cubicweb_jsonschema/__pkginfo__.py
+++ b/cubicweb_jsonschema/__pkginfo__.py
@@ -6,7 +6,7 @@
 modname = "cubicweb_" + cubename
 distname = "cubicweb-" + cubename
 
-numversion = (0, 2, 13)
+numversion = (0, 2, 14)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"