Skip to content

Commit

Permalink
Prepare for 5.0.0-beta.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mscwilson committed Feb 2, 2023
1 parent acc256e commit c1492bf
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Version 5.0.0-alpha.1 (2022-11-30)
Version 5.0.0-beta.1 (2022-02-02)
--------------------------
Migrate published API to Kotlin (#561)
Update copyrights to 2023 (#579)
Add ability to provide custom tracker plugins to inspect and enrich tracked events (#574)
Refactor event interface and rename contexts to entities (#573)
Migrate internal classes to Kotlin (#564)

Version 4.1.1 (2022-12-02)
--------------------------
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
5.0.0-alpha.1
5.0.0-beta.1
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {

subprojects {
group = 'com.snowplowanalytics'
version = '5.0.0-alpha.1'
version = '5.0.0-beta.1'
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 @@ -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=5.0.0-alpha.1
VERSION_NAME=5.0.0-beta.1

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

0 comments on commit c1492bf

Please sign in to comment.