Skip to content

Commit 0830dda

Browse files
Release 2.0.0 alpha.1 (#321)
* docs: update changelog * bump version to 2.0.0-alpha.1 --------- Co-authored-by: chris <[email protected]>
1 parent 6bfe332 commit 0830dda

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

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+
39
# 1.10.3
410

511
### rollbar-logback

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.0.0-SNAPSHOT
1+
VERSION_NAME=2.0.0-alpha.1
22
GROUP=com.rollbar
33

44
POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting

0 commit comments

Comments
 (0)