Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## 1.5.5 [2025-06-18]
### Added
- review indicator added in context
- change format output for quality tools (latest-states endpoint)
- new endpoint to take into account new format input ( /responses/raw/lunatic-json endpoint)

### Updated
- pitest-maven 1.19.6
- json-schema-validator 1.5.7
- springdoc 2.8.9
- springboot 3.5.0

## 1.5.4 [2025-04-24]
### Fixed
- kraftwerk users can create and delete schedules
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>fr.insee.genesis</groupId>
<artifactId>genesis-api</artifactId>
<version>1.5.4</version>
<version>1.5.5</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down