Changelog

This commit is contained in:
David Larlet 2023-09-22 14:58:33 -04:00
parent 98e57c150c
commit 3d2a1d96fd
No known key found for this signature in database
GPG key ID: 3E2953A359E7E7BD
2 changed files with 11 additions and 3 deletions

View file

@ -12,9 +12,10 @@
4. `git tag 1.X.Y` 4. `git tag 1.X.Y`
5. `git push && git push --tag` 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 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` 7. Commit the changelog
8. `make publish` 8. `make build`
9. `make docker` 9. `make publish`
10. `make docker`
## Deploying instances ## Deploying instances

View file

@ -1,6 +1,13 @@
# Changelog # 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 ## 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 * Allow to define permissions for each datalayer instead of for the whole map by @yohanboniface in https://github.com/umap-project/umap/pull/1307