Skip to content

Commit

Permalink
Hot fix in BPM DDI Reader
Browse files Browse the repository at this point in the history
  • Loading branch information
loichenninger committed Sep 6, 2024
1 parent 83b5dc8 commit 167b877
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Changelog

## 1.2.12 - [2024-09-06]
### Fixed
- Change to BPM version 1.0.1 (hot fix DDI Reader)

## 1.2.11 - [2024-09-05]
### Fixed
- Fixed get simplified responses POST endpoint
Expand Down
4 changes: 2 additions & 2 deletions 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.2.11</version>
<version>1.2.12</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down Expand Up @@ -136,7 +136,7 @@
<dependency>
<groupId>fr.insee.bpm</groupId>
<artifactId>bpm</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
</dependency>
</dependencies>

Expand Down

0 comments on commit 167b877

Please sign in to comment.