diff --git a/CHANGELOG.md b/CHANGELOG.md index e220ca04..ec99859f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] + + +## [0.9.4] - 2022-02-07 + +### Added - Add support for HTTP Basic Auth when connecting to GeoNode deployments featuring version 3.3.0 or later @@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add geonode API client -[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main +[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main +[0.9.4]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main [0.9.3]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main [0.9.2]: https://github.com/kartoza/qgis_geonode/compare/v0.9.2...main [0.9.1]: https://github.com/kartoza/qgis_geonode/compare/v0.9.1...main diff --git a/pyproject.toml b/pyproject.toml index 9d9101d8..b79408ca 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qgis_geonode" -version = "0.9.4-dev" +version = "0.9.4" description = "A QGIS plugin for integrating with modern GeoNode" authors = ["Kartoza "] license = "GPL-3.0-or-later"