# HG changeset patch
# User Laurent Peuch <cortex@worlddomination.be>
# Date 1669256673 -3600
#      Thu Nov 24 03:24:33 2022 +0100
# Node ID cc0ef14a9ccd36a5b90a68889a08fe8e429067e8
# Parent  a16b65bbc6a8421165a117305700e2e63851553c
chore(pkg): new minor release (1.6.0)

diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## Version 1.6.0 (2022-11-24)
+### 🎉 New features
+
+- cubicweb-3.38: change all cubicweb.web/views to cubicweb_web cube
+  *BREAKING CHANGE*: change all cubicweb.web/views to cubicweb_web cube
+
+### 🤖 Continuous integration
+
+- gitlab-ci: use templates from a common repository
+
 ## Version 1.5.0 (2022-04-19)
 ### 🎉 New features
 
@@ -36,4 +46,4 @@
 
 - gitlab-ci: image: is not longer a global keyword
 - gitlab-ci: use templates from a common repository
-- integrate pytest-deprecated-warnings
+- integrate pytest-deprecated-warnings
\ No newline at end of file
diff --git a/cubicweb_squareui/__pkginfo__.py b/cubicweb_squareui/__pkginfo__.py
--- a/cubicweb_squareui/__pkginfo__.py
+++ b/cubicweb_squareui/__pkginfo__.py
@@ -4,7 +4,7 @@
 modname = 'squareui'
 distname = 'cubicweb-squareui'
 
-numversion = (1, 5, 0)
+numversion = (1, 6, 0)
 version = '.'.join(str(num) for num in numversion)
 
 license = 'LGPL'