diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e7b830..d95424f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this project adheres to [Semantic Versioning](https://semver.org/). +## 1.0.0 - 2022-09-05 + +- Tests have been refactored to use GitHub Actions and restoring code coverage +- Handle case where one of default repositories is unreachable +- Minor bug fixes spotted during tests refactoring +- See 1.0.0-beta1 release notes for complete changes since the last stable version + ## 1.0.0-beta1 - 2022-04-28 - Improved integration of external libraries (#166) @@ -133,7 +140,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this - Allow authors to add license details in the collection - Fixed problem in QGIS < 2.12 as a result of using the new QgsAuthManager - Change the behavior of updating and removing directory in settings (This fixed #34) -- Use the new official QGIS resource repository (https://github.com/qgis/QGIS-Resources) +- Use the new official QGIS resource repository () --- diff --git a/qgis_resource_sharing/metadata.txt b/qgis_resource_sharing/metadata.txt index 9c92398..2732ab3 100644 --- a/qgis_resource_sharing/metadata.txt +++ b/qgis_resource_sharing/metadata.txt @@ -14,7 +14,7 @@ repository=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/ tracker=https://github.com/QGIS-Contribution/QGIS-ResourceSharing/issues/ # versioning -version=1.0.0-beta1 +version=1.0.0 qgisMinimumVersion=3.22 qgisMaximumVersion=3.99 experimental=False