diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000000000000000000000000000000000000..a8464d83295a468340c3f30124218d0ae88227f4_Q0hBTkdFTE9HLm1k
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,12 @@
+## Version 0.1.7 (2023-11-13)
+### 🎉 New features
+
+- CW4 be compatible with CW4
+
+### 👷 Bug fixes
+
+- config: handle new cw4 config cls
+
+### 🤖 Continuous integration
+
+- don't use python:latest, since we are not compatible with python latest :)
\ No newline at end of file
diff --git a/MANIFEST.in b/MANIFEST.in
index 017b8aeedd3e71355a7360bc4f8a23f77f47195f_TUFOSUZFU1QuaW4=..a8464d83295a468340c3f30124218d0ae88227f4_TUFOSUZFU1QuaW4= 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -14,4 +14,5 @@
 include test-requirements.txt
 prune debian
 prune cubicweb-jsonschema.spec
-exclude .gitlab-ci.yml
\ No newline at end of file
+exclude .gitlab-ci.yml
+exclude CHANGELOG.md
diff --git a/cubicweb_jsonschema/__pkginfo__.py b/cubicweb_jsonschema/__pkginfo__.py
index 017b8aeedd3e71355a7360bc4f8a23f77f47195f_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ==..a8464d83295a468340c3f30124218d0ae88227f4_Y3ViaWN3ZWJfanNvbnNjaGVtYS9fX3BrZ2luZm9fXy5weQ== 100644
--- a/cubicweb_jsonschema/__pkginfo__.py
+++ b/cubicweb_jsonschema/__pkginfo__.py
@@ -5,7 +5,7 @@
 modname = 'cubicweb_jsonschema'
 distname = 'cubicweb-jsonschema'
 
-numversion = (0, 1, 6)
+numversion = (0, 1, 7)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'