We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7ad4a9 + 5c02395 commit a7410e4Copy full SHA for a7410e4
CHANGELOG.md
@@ -1,4 +1,15 @@
1
# Changelog
2
+## 1.7.0 [2025-07-31]
3
+### Added
4
+- Back office user role
5
+### Changed
6
+- QuestionnaireIds are forced on capital case
7
+### Fixed
8
+- Invalid variable type in latest states call exception
9
+### Updated
10
+- Cucumber 7.27
11
+- Pitest 1.20.1
12
+
13
## 1.6.2 [2025-07-21]
14
### Added
15
- Edited contextual variables storage
pom.xml
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.genesis</groupId>
<artifactId>genesis-api</artifactId>
- <version>1.6.2</version>
+ <version>1.7.0</version>
<packaging>jar</packaging>
<name>genesis-api</name>
0 commit comments