From 0830dda7d85b07a689af4a601efaf3c840e650a2 Mon Sep 17 00:00:00 2001 From: Christian Ricardo <57886390+buongarzoni@users.noreply.github.com> Date: Thu, 3 Oct 2024 20:53:57 -0300 Subject: [PATCH] Release 2.0.0 alpha.1 (#321) * docs: update changelog * bump version to 2.0.0-alpha.1 --------- Co-authored-by: chris --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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 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