diff --git a/CHANGELOG.md b/CHANGELOG.md index 23e4818524..fb7f05c141 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [2.173.1](https://github.com/SocialGouv/domifa/compare/v2.173.0...v2.173.1) (2024-07-09) + + +### Bug Fixes + +* **backend:** add cache-manager ([33222b6](https://github.com/SocialGouv/domifa/commit/33222b6a482ecd2832ac85e300a2d11af5416459)) +* **backend:** fix cache of stats ([f117c22](https://github.com/SocialGouv/domifa/commit/f117c226dad0b20a5f8870d46c4098693fd0ac1b)) + # [2.173.0](https://github.com/SocialGouv/domifa/compare/v2.172.6...v2.173.0) (2024-07-09) diff --git a/package.json b/package.json index 3ae132cf7c..6c49132c28 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "domifa", "private": true, - "version": "2.173.0", + "version": "2.173.1", "scripts": { "build": "lerna run build ", "dev": "lerna run dev ",