From 2a073db5c5c2172300d1806a7c0fc91243350c2c Mon Sep 17 00:00:00 2001 From: Samweli Date: Thu, 18 Apr 2024 04:47:45 +0300 Subject: [PATCH] changelog changes for v 1.1.2 --- docs/plugin/changelog.txt | 3 +++ pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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"