# HG changeset patch
# User François FERRY <francois.ferry@logilab.fr>
# Date 1690358889 -7200
#      Wed Jul 26 10:08:09 2023 +0200
# Node ID 23586a7ad6447ab88c80fa35899b9028ee65dbee
# Parent  684418e0309fd4b065158de8e0702b379e8b6ff5
chore(pkg): new major release (2.0.0)

diff --git a/CHANGELOG.md b/CHANGELOG.md
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,16 @@
+## Version 2.0.0 (2023-07-26)
+### 🎉 New features
+
+- run flynt on the code base to convert everything into f-strings
+- run pyupgrade
+- upgrade CW to version 4 and add web cube dependency
+  *BREAKING CHANGE*: upgrade CW to version 4 and add web cube dependency
+
+### 🤖 Continuous integration
+
+- gitlab-ci: use templates from a common repository
+- that tox option is now named allowlist_externals
+
 ## Version 1.6.0 (2022-11-24)
 ### 🎉 New features
 
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, 6, 0)
+numversion = (2, 0, 0)
 version = ".".join(str(num) for num in numversion)
 
 license = "LGPL"