Skip to content

Commit dadde9d

Browse files
author
github-actions
committed
chore: update version to 1.12.2
1 parent a576d4a commit dadde9d

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# Changelog
2-
## 1.12.2 [TODO]
2+
## 1.12.2 [2025-11-06]
33
### Fixed
44
- Scientific notation for Doubles during raw data processing
55

6+
### Updated
7+
- BPM 1.0.19
68
## 1.12.0 [2025-10-23]
79
- Get review indicator endpoint
810

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55
<groupId>fr.insee.genesis</groupId>
66
<artifactId>genesis-api</artifactId>
7-
<version>1.12.1</version>
7+
<version>1.12.2</version>
88
<packaging>jar</packaging>
99
<name>genesis-api</name>
1010

@@ -36,7 +36,7 @@
3636
<pitest.version>1.21.1</pitest.version>
3737
<pitest.junit.version>1.2.3</pitest.junit.version>
3838
<jackson.version>2.19.0</jackson.version>
39-
<bpm.version>1.0.18</bpm.version>
39+
<bpm.version>1.0.19</bpm.version>
4040
</properties>
4141
<dependencies>
4242
<dependency>

0 commit comments

Comments
 (0)