Skip to content

Commit

Permalink
Prepare for 2.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexBenny committed Jun 16, 2021
1 parent 5dfe3c6 commit b0c9b28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
@@ -1,4 +1,11 @@

Version 2.1.0 (2021-06-18)
--------------------------
Fix trueTimestamp not set by SelfDescribing builder (#451)
Fix screenView autotracking unable to send events (#455)
Fix missing base64encoding in remote config (#454)
Add remote configuration (#452)

Version 2.0.1 (2021-05-12)
--------------------------
Add SubjectController to update userId (#447)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
2.0.1
2.1.0
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -17,7 +17,7 @@ buildscript {

subprojects {
group = 'com.snowplowanalytics'
version = '2.0.1'
version = '2.1.0'
repositories {
google()
maven {
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Expand Up @@ -30,7 +30,7 @@ systemProp.org.gradle.internal.http.socketTimeout=120000
SONATYPE_STAGING_PROFILE=comsnowplowanalytics
GROUP=com.snowplowanalytics
POM_ARTIFACT_ID=snowplow-android-tracker
VERSION_NAME=2.0.1
VERSION_NAME=2.1.0

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

0 comments on commit b0c9b28

Please sign in to comment.