diff --git a/CHANGELOG.md b/CHANGELOG.md
index 127bcad0..dfc306a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@ Tous les changements notables sur le projet sont documentés dans ce fichier.
Ce projet adhère au principe du [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## 1.0.3 (2024-12-18)
+
+- Rétablit le champ `e-mail` dans le formulaire de création / modification de bénéficiaire.
+
## 1.0.2 (2024-12-10)
- Corrige l'étape 3 de l'assistant d'installation.
diff --git a/VERSION b/VERSION
index 6d7de6e6..21e8796a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.0.2
+1.0.3
diff --git a/client/src/themes/default/pages/BeneficiaryEdit/components/Form/index.tsx b/client/src/themes/default/pages/BeneficiaryEdit/components/Form/index.tsx
index 71f70ea5..af2fa90a 100644
--- a/client/src/themes/default/pages/BeneficiaryEdit/components/Form/index.tsx
+++ b/client/src/themes/default/pages/BeneficiaryEdit/components/Form/index.tsx
@@ -204,6 +204,13 @@ const BeneficiaryEditForm = defineComponent({
v-model={data.phone}
error={errors?.phone}
/>
+