diff --git a/CMakeLists.txt b/CMakeLists.txt index b0ab715c2..4e925ff53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 3.0) # Project configuration # =========================================================================== -PROJECT(antaresXpansion VERSION 1.1.1) +PROJECT(antaresXpansion VERSION 1.1.2) #set(ANTARES_XPANSION_RC 5) # =========================================================================== diff --git a/antares-version.json b/antares-version.json index 90ca56a3f..a6ce44e18 100644 --- a/antares-version.json +++ b/antares-version.json @@ -1,7 +1,7 @@ { "antares_version": "8.6.3", "antares_version_executable": "8.6", - "antares_xpansion_version": "1.1.1", + "antares_xpansion_version": "1.1.2", "antares_deps_version": "2.0.6", "minizip_ng_version": "3.0.6" } diff --git a/docs/changelog/CHANGELOG.md b/docs/changelog/CHANGELOG.md index 9ad498a64..c634916c6 100644 --- a/docs/changelog/CHANGELOG.md +++ b/docs/changelog/CHANGELOG.md @@ -1,9 +1,16 @@ Antares-Xpansion changelog ================= +v1.1.2 (01/2024) +-------------------- + +### Bug fix + +- Fix doc compilation + v1.1.1 (12/2023) -------------------- -### Fix +### Bug fix - Update performance graph in the documentation - Fix gap contribution bug #722 @@ -31,7 +38,7 @@ v1.0.3 (02/2023) - Use Antares-Simulator 8.5.0 -### Bug +### Bug fix - Fix sensitivity not working with AntaresWeb diff --git a/sonar-project.properties b/sonar-project.properties index c1a919f2d..b65fd2cc4 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,7 +1,7 @@ sonar.projectName=antares-xpansion sonar.projectKey=AntaresSimulatorTeam_antares-xpansion sonar.organization=antaressimulatorteam -sonar.projectVersion=1.1.1 +sonar.projectVersion=1.1.2 # ===================================================== # Properties that will be shared amongst all modules