Skip to content

Commit

Permalink
bump version 1.9.2
Browse files Browse the repository at this point in the history
Signed-off-by: minff <[email protected]>
  • Loading branch information
minff committed Feb 4, 2022
1 parent 002f375 commit 67f3bb2
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 9 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## Version 1.9.2 (2022-02-04)

#### Bug Fixes

* Fixes platform realm not updated properly via UI

## Version 1.9.1 (2022-01-17)

#### Improvements
Expand Down
5 changes: 5 additions & 0 deletions RELEASENOTE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Release Notes

## Version 1.9.2 (2022-02-04)

🐛 FIXES 🐛
* Fixes platform realm not updated properly via UI

## Version 1.9.1 (2022-01-17)

⚡️ IMPROVEMENTS ⚡️
Expand Down
2 changes: 1 addition & 1 deletion XYZHubConnector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__copyright__ = "Copyright 2019, HERE Europe B.V."

__license__ = "MIT"
__version__ = "1.9.1"
__version__ = "1.9.2"
__maintainer__ = "Minh Nguyen"
__email__ = "[email protected]"
__status__ = "Development"
Expand Down
10 changes: 3 additions & 7 deletions XYZHubConnector/metadata.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
name=XYZ Hub Connector
qgisMinimumVersion=3.0
description=Connect QGIS to your personal space on HERE Data Hub and to your Interactive Map Layer inside the HERE Platform.
version=1.9.1
version=1.9.2
author=HERE Europe B.V.
[email protected]

Expand Down Expand Up @@ -42,13 +42,9 @@ experimental=False
# deprecated flag (applies to the whole plugin, not just a single version)
deprecated=False

changelog=Version 1.9.1 (2022-01-17)

⚡️ IMPROVEMENTS ⚡️
* Handles multiple Platform credentials and realms
changelog=Version 1.9.2 (2022-02-04)

🐛 FIXES 🐛
* Resolves "RuntimeError: wrapped C/C++ object of type has been deleted"
* Logs authentication error traceback
* Fixes platform realm not updated properly via UI

* .. more details on Github repos
2 changes: 1 addition & 1 deletion XYZHubConnector/xyz_qgis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
__copyright__ = "Copyright 2019, HERE Europe B.V."

__license__ = "MIT"
__version__ = "1.9.1"
__version__ = "1.9.2"
__maintainer__ = "Minh Nguyen"
__email__ = "[email protected]"
__status__ = "Development"

0 comments on commit 67f3bb2

Please sign in to comment.