diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b3d2d381a..77fe37503d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [2.167.8](https://github.com/SocialGouv/domifa/compare/v2.167.7...v2.167.8) (2024-05-10) + + +### Bug Fixes + +* **sms:** fix Send Date ([9bc2333](https://github.com/SocialGouv/domifa/commit/9bc2333c9768b1d53a5f4bdfc62fe854708bf30b)) + ## [2.167.7](https://github.com/SocialGouv/domifa/compare/v2.167.6...v2.167.7) (2024-05-09) diff --git a/package.json b/package.json index 771483e194..ad09716ef9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.167.7", + "version": "2.167.8", "scripts": { "build": "lerna run build --stream", "dev": "lerna run dev --parallel --stream",