From be7b2e3724b9bcd0bb064f1cb24a8ef446085d81 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Wed, 19 Feb 2025 09:35:31 +0100
Subject: [PATCH] prepare changelog and sonarqube further analysis for the next
 main release v1.4.0

---
 ChangeLog         | 3 +++
 tools/analysis.sh | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index e47645dd7..1328ff7e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+chameleon-1.4.0
+------------------------------------------------------------------------
+
 chameleon-1.3.0
 ------------------------------------------------------------------------
  - mixed-precision: introduce descriptor with precision adapted to local norms
diff --git a/tools/analysis.sh b/tools/analysis.sh
index b2b2adb8c..1e09ff09b 100755
--- a/tools/analysis.sh
+++ b/tools/analysis.sh
@@ -61,7 +61,7 @@ sonar.links.ci=$CI_PROJECT_URL/pipelines
 sonar.links.issue=$CI_PROJECT_URL/issues
 
 sonar.projectDescription=Dense linear algebra subroutines for heterogeneous and distributed architectures
-sonar.projectVersion=1.3.1
+sonar.projectVersion=1.4.0
 
 sonar.scm.disabled=false
 sonar.scm.provider=git
-- 
GitLab