Skip to content

Commit 67f3bb2

Browse files
committed
bump version 1.9.2
Signed-off-by: minff <[email protected]>
1 parent 002f375 commit 67f3bb2

File tree

5 files changed

+16
-9
lines changed

5 files changed

+16
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## Version 1.9.2 (2022-02-04)
4+
5+
#### Bug Fixes
6+
7+
* Fixes platform realm not updated properly via UI
8+
39
## Version 1.9.1 (2022-01-17)
410

511
#### Improvements

RELEASENOTE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## Version 1.9.2 (2022-02-04)
4+
5+
🐛 FIXES 🐛
6+
* Fixes platform realm not updated properly via UI
7+
38
## Version 1.9.1 (2022-01-17)
49

510
⚡️ IMPROVEMENTS ⚡️

XYZHubConnector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__copyright__ = "Copyright 2019, HERE Europe B.V."
1313

1414
__license__ = "MIT"
15-
__version__ = "1.9.1"
15+
__version__ = "1.9.2"
1616
__maintainer__ = "Minh Nguyen"
1717
__email__ = "[email protected]"
1818
__status__ = "Development"

XYZHubConnector/metadata.txt

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
name=XYZ Hub Connector
1212
qgisMinimumVersion=3.0
1313
description=Connect QGIS to your personal space on HERE Data Hub and to your Interactive Map Layer inside the HERE Platform.
14-
version=1.9.1
14+
version=1.9.2
1515
author=HERE Europe B.V.
1616
1717

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

45-
changelog=Version 1.9.1 (2022-01-17)
46-
47-
⚡️ IMPROVEMENTS ⚡️
48-
* Handles multiple Platform credentials and realms
45+
changelog=Version 1.9.2 (2022-02-04)
4946

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

5450
* .. more details on Github repos

XYZHubConnector/xyz_qgis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
__copyright__ = "Copyright 2019, HERE Europe B.V."
1313

1414
__license__ = "MIT"
15-
__version__ = "1.9.1"
15+
__version__ = "1.9.2"
1616
__maintainer__ = "Minh Nguyen"
1717
__email__ = "[email protected]"
1818
__status__ = "Development"

0 commit comments

Comments
 (0)