diff --git a/CHANGELOG b/CHANGELOG index b09b3ea6b..10aa7851f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 5.4.4 (2023-09-05) +-------------------------- +Fix invalid consent document context entity in case no name or description is given (#637) + Version 5.4.3 (2023-08-25) -------------------------- Fix network type is tracked instead of network technology when filtering mobile context parameters (#635) diff --git a/VERSION b/VERSION index 6ffbe8ba8..426c1c179 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -5.4.3 +5.4.4 diff --git a/build.gradle b/build.gradle index bbaa97211..b9320cc92 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { subprojects { group = 'com.snowplowanalytics' - version = '5.4.3' + version = '5.4.4' repositories { google() maven { diff --git a/gradle.properties b/gradle.properties index d71009d5a..1405c9e4d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -31,7 +31,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000 SONATYPE_STAGING_PROFILE=comsnowplowanalytics GROUP=com.snowplowanalytics POM_ARTIFACT_ID=snowplow-android-tracker -VERSION_NAME=5.4.3 +VERSION_NAME=5.4.4 POM_NAME=snowplow-android-tracker POM_PACKAGING=aar