diff --git a/CHANGELOG.md b/CHANGELOG.md index 7e48999..cad68b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,20 @@ Unreleased --> +## 0.34.3 - 2024-07-07 + +### Bugs fixes 🐛 + +* fix header check unused variables by @gounux in https://github.com/geotribu/cli/pull/229 +* fix image body dimensions declaration by @gounux in https://github.com/geotribu/cli/pull/232 +* fix header image extension check by @gounux in https://github.com/geotribu/cli/pull/231 + +## 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..8ca2d3f 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.3" __version_info__ = tuple( [ int(num) if num.isdigit() else num