diff --git a/CHANGELOG.md b/CHANGELOG.md
index f5856ce..3d38a20 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+
+# [2.7.0](https://github.com/elbywan/wretch/compare/2.6.0...2.7.0) (2023-09-12)
+
+
+### :factory: New feature(s)
+
+* Support FileList objects in the form data addon ([3582809](https://github.com/elbywan/wretch/commit/3582809)), closes [#201](https://github.com/elbywan/wretch/issues/201)
+
+### :memo: Documentation update(s)
+
+* Mention file names in the form data addon doc ([411fb09](https://github.com/elbywan/wretch/commit/411fb09)), closes [#197](https://github.com/elbywan/wretch/issues/197)
+
+
+
# [2.6.0](https://github.com/elbywan/wretch/compare/2.5.2...2.6.0) (2023-06-28)
diff --git a/README.md b/README.md
index ab14d74..a4055ce 100644
--- a/README.md
+++ b/README.md
@@ -11,7 +11,7 @@
- A tiny (~1.9KB g-zipped) wrapper built around fetch with an intuitive syntax.
+ A tiny (~2KB g-zipped) wrapper built around fetch with an intuitive syntax.
f[ETCH] [WR]apper
@@ -19,7 +19,7 @@
-##### Wretch 2.6 is now live 🎉 ! Please have a look at the [releases](https://github.com/elbywan/wretch/releases) and the [changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, please look into the [dev](https://github.com/elbywan/wretch/tree/dev) branch.
+##### Wretch 2.7 is now live 🎉 ! Please have a look at the [releases](https://github.com/elbywan/wretch/releases) and the [changelog](https://github.com/elbywan/wretch/blob/master/CHANGELOG.md) after each update for new features and breaking changes. If you want to try out the hot stuff, please look into the [dev](https://github.com/elbywan/wretch/tree/dev) branch.
##### And if you like the library please consider becoming a [sponsor](https://github.com/sponsors/elbywan) ❤️.
diff --git a/docs/api/functions/addons_abort.default.html b/docs/api/functions/addons_abort.default.html
index 006022c..195ada3 100644
--- a/docs/api/functions/addons_abort.default.html
+++ b/docs/api/functions/addons_abort.default.html
@@ -31,7 +31,7 @@