# HG changeset patch
# User Fabien Amarger <fabien.amarger@logilab.fr>
# Date 1674033276 -3600
#      Wed Jan 18 10:14:36 2023 +0100
# Branch 0.2
# Node ID 5432f30b886f1212142e1a7c61278f8e8f538a03
# Parent  db1845acb36b4d03ddafa982bf383a798b22a29b
chore(pkg): new patch release (0.2.11)

diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
--- /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
--- 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
--- 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'