diff --git a/docs/changelog.md b/docs/changelog.md index c09371a2..bb0c5e0b 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -1,5 +1,11 @@ # Changelog +## 1.3.1 + +- fix table rendering (cf #1117) +- fix some errors not caught in ajax proxy (cf #1118 #1119) +- add simple form to send secret edit link by email in anonymous mode (cf #1102) + ## 1.3.0 - added a filter by category panel (cf #1041, thanks @k-3st3ban) diff --git a/setup.cfg b/setup.cfg index caa1e364..ff7aae54 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = umap-project -version = 1.3.0 +version = 1.3.1 description = Create maps with OpenStreetMap layers in a minute and embed them in your site. long_description = file: README.md long_description_content_type = text/markdown