diff --git a/CHANGELOG.md b/CHANGELOG.md index 90fec18f..33408a8c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Journal des modifications +## [2.19.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.18.0...v2.19.0) (2024-12-04) + + +### Features + +* amélioration bouton pro_connect ([#847](https://github.com/gip-inclusion/itou-communaute-django/issues/847)) ([09397af](https://github.com/gip-inclusion/itou-communaute-django/commit/09397afbb5064420bc67ac5f403b3619e73ee752)) +* harmonisation des liens de connexion ([#844](https://github.com/gip-inclusion/itou-communaute-django/issues/844)) ([fb50472](https://github.com/gip-inclusion/itou-communaute-django/commit/fb504725a2136baeae01b704f3490c777c76b4c3)) +* **home:** afficher les questions en attente de réponse sur la page d'accueil ([#830](https://github.com/gip-inclusion/itou-communaute-django/issues/830)) ([300a7bd](https://github.com/gip-inclusion/itou-communaute-django/commit/300a7bd6fc288c13e293eddba562489c2e8c6ce7)) +* mise à jour de la politique de confidentialité ([#845](https://github.com/gip-inclusion/itou-communaute-django/issues/845)) ([fa5d0d4](https://github.com/gip-inclusion/itou-communaute-django/commit/fa5d0d4a63fc41a758013369f1e411a1c9a1818a)) +* **notification:** informer les abonnés des nouvelles questions dans un forum ([#835](https://github.com/gip-inclusion/itou-communaute-django/issues/835)) ([432fec2](https://github.com/gip-inclusion/itou-communaute-django/commit/432fec2a4ed49855c89f1c9af08ca65798f8e236)) + ## [2.18.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.17.0...v2.18.0) (2024-12-02) diff --git a/pyproject.toml b/pyproject.toml index bfe2d361..6b5039ea 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lacommunaute" -version = "2.18.0" +version = "2.19.0" description = "La communauté de l'inclusion" authors = [] license = "ETALAB 2.0"