Skip to content

Commit

Permalink
Merge pull request #140 from InseeFr/release130
Browse files Browse the repository at this point in the history
1.3.0 - Authentication and bug fix on loop and dynamic tables
  • Loading branch information
loichenninger authored Dec 16, 2024
2 parents d849c79 + ce859b5 commit 974f7fc
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 1.3.0 [2024-12-16]

### Added
- Authentication on endpoints (except healthchecks)

### Fixed
- Resolve bug that makes extractions of values from loop and dynamic tables incomplete

### Updated
- spring boot 3.4.0
- springdoc 2.7.0
- jackson 2.18.2
- pitest 1.17.2

## 1.2.16 [2024-11-15]

### Fixed
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.16</version>
<version>1.3.0</version>
<packaging>jar</packaging>
<name>genesis-api</name>

Expand Down

0 comments on commit 974f7fc

Please sign in to comment.