diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..5432f30b886f1212142e1a7c61278f8e8f538a03_Q0hBTkdFTE9HLm1k
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,9 @@
+## Version 0.2.11 (2023-01-18)
+### 🎉 New features
+
+- remove `six` library and Python 2 support
+- remove Debian stuff that is not used
+- replace HTTP by HTTPS
+- set CubicWeb minimum version to 3.38.x
+- stop to say that Python 2 is supported
+- yams: remove warnings with recent versions
diff --git a/MANIFEST.in b/MANIFEST.in
index db1845acb36b4d03ddafa982bf383a798b22a29b_TUFOSUZFU1QuaW4=..5432f30b886f1212142e1a7c61278f8e8f538a03_TUFOSUZFU1QuaW4= 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -15,3 +15,4 @@
 recursive-include changelog compat control copyright rules
 include cubicweb-jsonschema.spec
 exclude .gitlab-ci.yml
+exclude CHANGELOG.md
diff --git a/cubicweb_jsonschema/__pkginfo__.py b/cubicweb_jsonschema/__pkginfo__.py
index db1845acb36b4d03ddafa982bf383a798b22a29b_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ==..5432f30b886f1212142e1a7c61278f8e8f538a03_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ== 100644
--- a/cubicweb_jsonschema/__pkginfo__.py
+++ b/cubicweb_jsonschema/__pkginfo__.py
@@ -5,7 +5,7 @@
 modname = 'cubicweb_jsonschema'
 distname = 'cubicweb-jsonschema'
 
-numversion = (0, 2, 10)
+numversion = (0, 2, 11)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'