From 3d2a1d96fd4a2c37c85daa488b6b11f968d499e7 Mon Sep 17 00:00:00 2001 From: David Larlet Date: Fri, 22 Sep 2023 14:58:33 -0400 Subject: [PATCH] Changelog --- RELEASE.md | 7 ++++--- docs/changelog.md | 7 +++++++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 2f99bbb1..f43c5f21 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,9 +12,10 @@ 4. `git tag 1.X.Y` 5. `git push && git push --tag` 6. Go to [Github release page](https://github.com/umap-project/umap/releases/new) and Generate release notes + paste it in `docs/changelog.md` + finish Github process for a new release -7. `make build` -8. `make publish` -9. `make docker` +7. Commit the changelog +8. `make build` +9. `make publish` +10. `make docker` ## Deploying instances diff --git a/docs/changelog.md b/docs/changelog.md index 8a4e78c8..9d03198e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,6 +1,13 @@ # Changelog +## 1.8.1 - 2023-09-22 + +* Fix anonymous maps displayed by mistake in user dashboard by @yohanboniface in https://github.com/umap-project/umap/pull/1331 +* Do not try to set editMode on _umap_options for old maps by @yohanboniface in https://github.com/umap-project/umap/pull/1332 +* Fix datalayer's data duplicated at first save by @yohanboniface in https://github.com/umap-project/umap/pull/1334 + + ## 1.8.0 - 2023-09-22 * Allow to define permissions for each datalayer instead of for the whole map by @yohanboniface in https://github.com/umap-project/umap/pull/1307