We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae2af4e commit 37516f6Copy full SHA for 37516f6
CHANGES.md
@@ -1,6 +1,14 @@
1
Change Log
2
==========
3
4
+### 5.5.2 - tba
5
+
6
+#### Changes
7
+* Added a clear error message when attempting to connect to a 3D City Database `v5` instance.
8
9
+#### Miscellaneous
10
+* Updated dependencies to their latest versions.
11
12
### 5.5.1 - 2025-02-26
13
14
#### Changes
build.gradle
@@ -2,7 +2,7 @@ import org.apache.tools.ant.filters.ReplaceTokens
apply from: 'properties.gradle'
-version '5.5.1'
+version '5.5.2'
subprojects {
apply plugin: 'java-library'
0 commit comments