diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8c6dcab9..1cdabee3dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [2.189.0](https://github.com/SocialGouv/domifa/compare/v2.188.9...v2.189.0) (2024-12-31) + + +### Bug Fixes + +* **frontend:** fix date of last interaction ([0659fbd](https://github.com/SocialGouv/domifa/commit/0659fbd628a74a67c31bf682b9a09097f1f38af0)) + + +### Features + +* **backend:** add phone in contact form ([01000fd](https://github.com/SocialGouv/domifa/commit/01000fd70623f607661789f72f036ae0f25c9e96)) + ## [2.188.9](https://github.com/SocialGouv/domifa/compare/v2.188.8...v2.188.9) (2024-12-30) diff --git a/package.json b/package.json index b8cf3448d6..2f058be1ab 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.188.9", + "version": "2.189.0", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",