diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ace05da5..392d7ca10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # Journal des modifications +## [2.11.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.10.0...v2.11.0) (2024-06-19) + + +### Features + +* **forum:** Activation de l'AB Test Notation des forums ([#686](https://github.com/gip-inclusion/itou-communaute-django/issues/686)) ([c5699d4](https://github.com/gip-inclusion/itou-communaute-django/commit/c5699d4af4594207e01b39d0c1c8729da3ad052d)) +* **forum:** collecter les notations des fiches pratiques ([#677](https://github.com/gip-inclusion/itou-communaute-django/issues/677)) ([4c39290](https://github.com/gip-inclusion/itou-communaute-django/commit/4c392904873ca7f6ef8c98ee0f389ad438516add)) +* **home:** petites améliorations ([#689](https://github.com/gip-inclusion/itou-communaute-django/issues/689)) ([7471451](https://github.com/gip-inclusion/itou-communaute-django/commit/7471451b5e9de2bc0ca4884a62dcab94cf5f921a)) + + +### Bug Fixes + +* **forum:** ab test forum rating ([#687](https://github.com/gip-inclusion/itou-communaute-django/issues/687)) ([f0e9c2b](https://github.com/gip-inclusion/itou-communaute-django/commit/f0e9c2b4bf2145e438d94fea8db6f86073250541)) +* **forum:** ab test forum rating ([#688](https://github.com/gip-inclusion/itou-communaute-django/issues/688)) ([d3027e4](https://github.com/gip-inclusion/itou-communaute-django/commit/d3027e41315afd0a7f912a4c323fca5da7e4d5b6)) +* **stats:** derniere date collectée des stats matomo ([#684](https://github.com/gip-inclusion/itou-communaute-django/issues/684)) ([015e08b](https://github.com/gip-inclusion/itou-communaute-django/commit/015e08b9fc4fbc3f8f8e286f7c344746f13a3d4e)) + ## [2.10.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.9.2...v2.10.0) (2024-06-13) diff --git a/pyproject.toml b/pyproject.toml index 09bfc988e..dc836f209 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lacommunaute" -version = "2.10.0" +version = "2.11.0" description = "La communauté de l'inclusion" authors = [] license = "ETALAB 2.0"