diff --git a/CHANGELOG.md b/CHANGELOG.md
index d01c0ffd179069efa71a262864f3a89fefb78996..c212cb6233fcb0cd4eef18ef3886eb8680941352 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -21,4 +21,14 @@
 ## 1.3.2 - 29/01/2019
 
 - Authentification Shibboleth: possibilité de spécifier les attributs nécessaires au fonctionnement de l'appli 
-  (clé de config `unicaen-auth` > `shibboleth` > `required_attributes`).
\ No newline at end of file
+  (clé de config `unicaen-auth` > `shibboleth` > `required_attributes`).
+  
+## 1.3.3 - 29/01/2019
+
+- Correction du namespace de l'exception InvalidArgumentException lancée dans ShibService. 
+
+## 1.3.4 - 30/01/2019
+
+- Correction d'un nom erroné de variable passée à une vue : passwordReset.
+- Correction config globale .dist: désactivation par défaut de l'auth locale pure ; commentaires plus précis.
+- Adapter Db: suppression catch exception inexistante ; correction doc ; ajout initialisation de variable manquante.