diff --git a/CHANGELOG.md b/CHANGELOG.md index bac7937..156d216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,14 @@ # Development version + + +# Version 0.6.1 - 2021-05-10 + * Remember the bounds of the log copy dialog during the active session. +* Fix OKAPI requests with small coordinate values near zero which have been serialized in scientific notation before. * Fix some NullPointerExceptions. * Build the actual releases with OpenJDK 15. +* Update some libraries. # Version 0.6.0 - 2020-10-14 diff --git a/build.gradle b/build.gradle index 6193bd5..16e43dd 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ project.ext.ocOkapiPropertiesFile = projectDir.getPath() + "${File.separator}oc_ sourceCompatibility = 1.8 targetCompatibility = 1.8 -version = '0.6.0' +version = '0.6.1' wrapper { gradleVersion = '7.0'