diff --git a/docs/changelog.md b/docs/changelog.md
index 36e4bda0..f27ed1cd 100644
--- a/docs/changelog.md
+++ b/docs/changelog.md
@@ -1,6 +1,6 @@
# Changelog
-## 2.7.0b0 - 2024-10-04
+## 2.7.0b1 - 2024-10-04
### New features
* delete datalayer's files on delete by @yohanboniface in #2158
@@ -29,6 +29,9 @@
* display user maps in admin and add in csv export by @yohanboniface in #2169
* remove zoom in and out from contextmenu by @yohanboniface in #2195
+### Changed templates
+* umap/css.html (removed `umap/vendors/contextmenu/leaflet.contextmenu.min.css`)
+* umap/js.html (removed `umap/vendors/contextmenu/leaflet.contextmenu.min.js`)
## 2.6.3 - 2024-09-11
diff --git a/umap/__init__.py b/umap/__init__.py
index 32434029..d606832b 100644
--- a/umap/__init__.py
+++ b/umap/__init__.py
@@ -1 +1 @@
-VERSION = "2.7.0b0"
+VERSION = "2.7.0b1"
diff --git a/umap/templates/umap/css.html b/umap/templates/umap/css.html
index 80e0d912..ba4b0cf8 100644
--- a/umap/templates/umap/css.html
+++ b/umap/templates/umap/css.html
@@ -10,8 +10,6 @@
href="{% static 'umap/vendors/editinosm/Leaflet.EditInOSM.css' %}" />
-