From 5dc3e25ef695b7d04926ada011da85d34628aae7 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 3 Oct 2024 16:13:31 -0300 Subject: [PATCH 1/2] docs: update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 84c7fa82..b518aad8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +# 2.0.0-alpha.1 + +- Remove Java 7 support [#316](https://github.com/rollbar/rollbar-java/pull/316) +- Feat: Telemetry (no automatic captures for the moment, only manual) +[#313](https://github.com/rollbar/rollbar-java/pull/313) + # 1.10.3 ### rollbar-logback From 3dbe18f0ed8623bd7bf3fa4145b61b56eb5a4a40 Mon Sep 17 00:00:00 2001 From: chris Date: Thu, 3 Oct 2024 16:14:44 -0300 Subject: [PATCH 2/2] bump version to 2.0.0-alpha.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 875a000b..01b0e876 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -VERSION_NAME=2.0.0-SNAPSHOT +VERSION_NAME=2.0.0-alpha.1 GROUP=com.rollbar POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting