Skip to content

Commit

Permalink
v5.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lemnik committed Mar 10, 2022
1 parent 2fdce0e commit dd8926d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 5.20.0 (2022-03-10)

### Enhancements

* The number of threads reported can now be limited using `Configuration.setMaxReportedThreads` (defaulting to 200)
[#1607](https://github.com/bugsnag/bugsnag-android/pull/1607)

## 5.19.2 (2022-01-31)

### Bug fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import java.io.IOException
*/
class Notifier @JvmOverloads constructor(
var name: String = "Android Bugsnag Notifier",
var version: String = "5.19.2",
var version: String = "5.20.0",
var url: String = "https://bugsnag.com"
) : JsonStream.Streamable {

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx4096m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
org.gradle.parallel=true
VERSION_NAME=5.19.2
VERSION_NAME=5.20.0
GROUP=com.bugsnag
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
POM_SCM_CONNECTION=scm:[email protected]:bugsnag/bugsnag-android.git
Expand Down

0 comments on commit dd8926d

Please sign in to comment.