Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(master): release 2.17.0 #803

Merged
merged 1 commit into from
Nov 14, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Journal des modifications

## [2.17.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.16.0...v2.17.0) (2024-11-14)


### Features

* ajout d'une balise youtube dans le markdown ([#810](https://github.com/gip-inclusion/itou-communaute-django/issues/810)) ([adbff17](https://github.com/gip-inclusion/itou-communaute-django/commit/adbff17e176a1c750d3ac354a8f9f94c129a7ebc))
* **forum_conversation:** suppression du triage avant de pouvoir poser une question ([#818](https://github.com/gip-inclusion/itou-communaute-django/issues/818)) ([f1b64c6](https://github.com/gip-inclusion/itou-communaute-django/commit/f1b64c695c62de0cfd150868f4eee09dc061ae8a))
* **stats:** ajout de la colonne categorie dans les stats des fiches pratiques ([#812](https://github.com/gip-inclusion/itou-communaute-django/issues/812)) ([c072b5f](https://github.com/gip-inclusion/itou-communaute-django/commit/c072b5fe831ed4634b1ee350c8d75d717244a482))
* **user:** authentification via un lien magique envoyé par email ([#804](https://github.com/gip-inclusion/itou-communaute-django/issues/804)) ([64e04a3](https://github.com/gip-inclusion/itou-communaute-django/commit/64e04a3486a3b31a2885090e2120c2a9f3e128a1))
* **user:** basculer l'authentification vers ProConnect ([#731](https://github.com/gip-inclusion/itou-communaute-django/issues/731)) ([5429fce](https://github.com/gip-inclusion/itou-communaute-django/commit/5429fce488095dda582d954427285a6f11850991))


### Bug Fixes

* **attachment:** affichage des liens vers les fichiers des messages ([#806](https://github.com/gip-inclusion/itou-communaute-django/issues/806)) ([7c34605](https://github.com/gip-inclusion/itou-communaute-django/commit/7c3460554f799af337c3d25ad76e9d403366a55c))
* **metabase:** deplanification d'une tâche résiduelle ([#808](https://github.com/gip-inclusion/itou-communaute-django/issues/808)) ([692a274](https://github.com/gip-inclusion/itou-communaute-django/commit/692a274e9968539ed3d791d18ca4f53949245556))

## [2.16.0](https://github.com/gip-inclusion/itou-communaute-django/compare/v2.15.0...v2.16.0) (2024-10-09)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "lacommunaute"
version = "2.16.0"
version = "2.17.0"
description = "La communauté de l'inclusion"
authors = []
license = "ETALAB 2.0"
Expand Down