diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e48999..b4189f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,12 @@ Unreleased --> +## 0.34.2 - 2024-07-03 + +### Bugs fixes 🐛 + +* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229 + ## 0.34.1 - 2024-07-03 ### Bugs fixes 🐛 diff --git a/geotribu_cli/__about__.py b/geotribu_cli/__about__.py index e42dc60..1c6cef0 100644 --- a/geotribu_cli/__about__.py +++ b/geotribu_cli/__about__.py @@ -38,7 +38,7 @@ __uri__ = __uri_repository__ -__version__ = "0.34.1" +__version__ = "0.34.2" __version_info__ = tuple( [ int(num) if num.isdigit() else num