diff --git a/CHANGELOG.md b/CHANGELOG.md index 58635f0..22d7145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,21 @@ Unreleased --> +## 0.34.0 - 2024-06-07 + +### Features and enhancements 🎉 + +* Add JSON client for feeds and tags by @gounux in +* Add yaml header check by @gounux in + +### Tooling 🔧 + +* ci: switch to PyPi trusted publisher by @Guts in + +### Documentation 📖 + +* Corrections et ajouts mineurs by @Guts in + ## 0.33.0 - 2024-05-02 ### Features and enhancements 🎉 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index 6f0f434..e623aae 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.33.0" +__version__ = "0.34.0" __version_info__ = tuple( [ int(num) if num.isdigit() else num