Skip to content

Commit

Permalink
Merge pull request #126 from InseeFr/release1215
Browse files Browse the repository at this point in the history
1.2.15 - Response service refactor
  • Loading branch information
alicela authored Oct 29, 2024
2 parents bbcb9a0 + a792215 commit 476b781
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.2.15 - [2024-10-29]
### Added
- New endpoint to get latest data for each state (Perret needed)

### Fixed
- Rename endpoints for responses
- Fixed date format
- Improve log and manage error

### Updated
- Cucumber, coverall
- Springboot 3.3.5
- Jackson 2.18.1
- BPM 1.0.3

## 1.2.14 - [2024-10-08]

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.14</version>
<version>1.2.15</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand All @@ -29,7 +29,7 @@
<pitest.version>1.17.0</pitest.version>
<pitest.junit.version>1.2.1</pitest.junit.version>
<jackson.version>2.18.1</jackson.version>
<bpm.version>1.0.2</bpm.version>
<bpm.version>1.0.3</bpm.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit 476b781

Please sign in to comment.