Skip to content
Merged

1.8.0 #272

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
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog
## 1.8.0 [2025-08-07]
### Added
- Metadata endpoints
- Save and cache metadata after loading

## 1.7.2 [2025-08-07]
### Updated
- BPM 1.0.12
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.7.2</version>
<version>1.8.0</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down