Skip to content

Commit c8d48f2

Browse files
Merge pull request #175 from InseeFr/loichenninger-patch-1
1.4.1 Bug fix on missing/filter_result variables
2 parents 37c268c + e1509c7 commit c8d48f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
## 1.4.1 [2025-02-24]
4+
5+
### Fixed
6+
- Bug on missing/filter_result variables in loops/tables incorrectly persisted in database
7+
38
## 1.4.0 [2025-02-18]
49

510
### Changed

pom.xml

Lines changed: 1 addition & 1 deletion
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.4.0</version>
7+
<version>1.4.1</version>
88
<packaging>jar</packaging>
99
<name>genesis-api</name>
1010

0 commit comments

Comments
 (0)