diff --git a/docs/plugin/changelog.txt b/docs/plugin/changelog.txt index 48c1df8..8d9d3ae 100644 --- a/docs/plugin/changelog.txt +++ b/docs/plugin/changelog.txt @@ -1,3 +1,6 @@ +Version 1.1.2 2024-04-18 +- Fixed issue in the item assets dialog title when the item doesn't have assets. +- Added support for API header authentication. Version 1.1.1 2022-08-23 - Fixed bug on progress bar percentage value setting. - Remove all plugin action entries once the plugin has been uninstalled. diff --git a/pyproject.toml b/pyproject.toml index 7817fed..cf4445d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgis-stac-plugin" -version = "1.1.0" +version = "1.1.2" description = "QGIS plugin for reading STAC API catalogs" authors = ["Kartoza "] license = "GPL v3.0"