Skip to content

Commit 3fa8b27

Browse files
author
Ricardo Garcia Silva
committed
Prepare release of version 0.9.4
1 parent 1dc0a9b commit 3fa8b27

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
10+
11+
## [0.9.4] - 2022-02-07
12+
13+
### Added
914
- Add support for HTTP Basic Auth when connecting to GeoNode deployments featuring version 3.3.0 or later
1015

1116

@@ -184,7 +189,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
184189
- Add geonode API client
185190

186191

187-
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main
192+
[unreleased]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main
193+
[0.9.4]: https://github.com/kartoza/qgis_geonode/compare/v0.9.4...main
188194
[0.9.3]: https://github.com/kartoza/qgis_geonode/compare/v0.9.3...main
189195
[0.9.2]: https://github.com/kartoza/qgis_geonode/compare/v0.9.2...main
190196
[0.9.1]: https://github.com/kartoza/qgis_geonode/compare/v0.9.1...main

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "qgis_geonode"
3-
version = "0.9.4-dev"
3+
version = "0.9.4"
44
description = "A QGIS plugin for integrating with modern GeoNode"
55
authors = ["Kartoza <info@kartoza.com>"]
66
license = "GPL-3.0-or-later"

0 commit comments

Comments
 (0)