Skip to content

Commit

Permalink
Merge pull request #115 from InseeFr/release
Browse files Browse the repository at this point in the history
1.2.14 - Remove expired schedules and hexagonal architecture
  • Loading branch information
alicela authored Oct 8, 2024
2 parents 869ac43 + a1f7a35 commit 78fe04f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog


## 1.2.14 - [2024-10-08]

### Added
- Delete expired schedules

### Changed
- Change to hexagonal architecture

### Fixed
- Bug when no data in xml files

### Updated
- Update dependencies : mapstruct, pitest, cucumber, jackson
- Update spring-boot
- Update BPM


## 1.2.13 - [2024-09-09]
### Fixed
- Fix conflict : xslt transformation is now in BPM library
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.2.13</version>
<version>1.2.14</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down

0 comments on commit 78fe04f

Please sign in to comment.