Skip to content

Commit

Permalink
Release 2.0.0 (#326)
Browse files Browse the repository at this point in the history
* dummy commit

* docs: update changelog

* bump version to 2.0.0

* docs: update changelog

---------

Co-authored-by: chris <[email protected]>
  • Loading branch information
buongarzoni and christianbuon authored Jan 24, 2025
1 parent 0830dda commit ad45d01
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

# 2.0.0

- Switching to full release

# 2.0.0-alpha.1

- Remove Java 7 support [#316](https://github.com/rollbar/rollbar-java/pull/316)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ private void clickAction() {
Log.d("yo", "Rollbar is null, initialize before using");
return;
}

rollbar.error("this should exist");
rollbar.setPersonData("42", "andy", null);
Log.d("yo", "hey");
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-alpha.1
VERSION_NAME=2.0.0
GROUP=com.rollbar

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

0 comments on commit ad45d01

Please sign in to comment.