We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6bfe332 commit 0830ddaCopy full SHA for 0830dda
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+# 2.0.0-alpha.1
4
+
5
+- Remove Java 7 support [#316](https://github.com/rollbar/rollbar-java/pull/316)
6
+- Feat: Telemetry (no automatic captures for the moment, only manual)
7
+[#313](https://github.com/rollbar/rollbar-java/pull/313)
8
9
# 1.10.3
10
11
### rollbar-logback
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
0 commit comments