diff --git a/CHANGELOG.md b/CHANGELOG.md index 37daa846..35cfb405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.57.2](https://github.com/SocialGouv/secretariat/compare/v1.57.1...v1.57.2) (2023-12-20) + + +### Bug Fixes + +* sanitize quote in user's name ([#614](https://github.com/SocialGouv/secretariat/issues/614)) ([abafca4](https://github.com/SocialGouv/secretariat/commit/abafca4db1e8dbbc5ffc77b6e525306e86b1457e)) + ## [1.57.1](https://github.com/SocialGouv/secretariat/compare/v1.57.0...v1.57.1) (2023-12-12) diff --git a/package.json b/package.json index d39721d3..da99dac0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "secretariat", - "version": "1.57.1", + "version": "1.57.2", "engines": { "node": "20" },