Skip to content

Commit ad45d01

Browse files
Release 2.0.0 (#326)
* dummy commit * docs: update changelog * bump version to 2.0.0 * docs: update changelog --------- Co-authored-by: chris <[email protected]>
1 parent 0830dda commit ad45d01

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
# 2.0.0
4+
5+
- Switching to full release
6+
37
# 2.0.0-alpha.1
48

59
- Remove Java 7 support [#316](https://github.com/rollbar/rollbar-java/pull/316)

examples/rollbar-android/src/main/java/com/rollbar/example/android/MainActivity.java

+1
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ private void clickAction() {
6666
Log.d("yo", "Rollbar is null, initialize before using");
6767
return;
6868
}
69+
6970
rollbar.error("this should exist");
7071
rollbar.setPersonData("42", "andy", null);
7172
Log.d("yo", "hey");

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.0.0-alpha.1
1+
VERSION_NAME=2.0.0
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)