Skip to content

Commit

Permalink
Prepare for 6.0.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
matus-tomlein committed Feb 28, 2024
1 parent 03dd297 commit 561587f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 6.0.2 (2024-02-28)
--------------------------
Fix createTracker call hanging for 10 seconds if run on a background thread (#620)

Version 6.0.1 (2024-02-14)
--------------------------
Fix wrong screen entity info assigned for screen end event and in case events are tracked right before screen view (#673)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6.0.1
6.0.2
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ plugins {

subprojects {
group = 'com.snowplowanalytics'
version = '6.0.1'
version = '6.0.2'
repositories {
google()
maven {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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=6.0.1
VERSION_NAME=6.0.2

POM_NAME=snowplow-android-tracker
POM_PACKAGING=aar
Expand Down

0 comments on commit 561587f

Please sign in to comment.