diff --git a/CHANGELOG.md b/CHANGELOG.md index 760384e..8de1a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,16 @@ Unreleased --> +## 0.30.0 - 2023-10-04 + +### Documentation 📖 + +* Documentation : ajoute des exemples de recherche d'images avancés by @Guts in + +### Other Changes + +* Sécurité : MAJ pillow pour intégrer la correction de la CVE liée à libwebp by @Guts in + ## 0.29.0 - 2023-09-03 ### Features and enhancements 🎉 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index bab5054..28a9f39 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.29.0" +__version__ = "0.30.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num