diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e55098a47e587b34c652e404520c9741573023c..7d94389ae83fcb6f577e91f09e5b4c9c09f9cf4d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,9 @@ This file contains the changes applied to the sources of converse<br>
 The current build version of converse is: `v7.0.3dev`<br>
 If the converse sources have to be updated, apply these changes again, or fix them using plugins
 
+### 2021-05-18
+* Move upload to fetch method from solid auth (commit 5345f05d9a4c71720e2c87a0a19c56a7b4865329)
+
 ### 2021-04-16
 * Escaped an error on undefined `this.suggestions` when hovering the autocomplete results
 * Escaped an error on undefined `this.suggestions` when selecting a mention (click)