Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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
Expand Down