Skip to content

Commit 41879bb

Browse files
committed
v4.2.0
1 parent 38d3053 commit 41879bb

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Changelog
2+
## 4.2.0 (2018-01-05)
3+
- Adds support for tracking sessions and overall crash rate by setting `config.track_sessions` to `true`.
4+
In addition, sessions can be indicated manually using `Bugsnag.startSession` [#217](https://github.com/bugsnag/bugsnag-android/pull/217)
25

36
## 4.1.5 (2017-12-14)
47
- Automatically capture breadcrumbs for new API 26 Intents

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
14-
VERSION_NAME=4.1.5
14+
VERSION_NAME=4.2.0
1515
GROUP=com.bugsnag
1616
POM_SCM_URL=https://github.com/bugsnag/bugsnag-android
1717
POM_SCM_CONNECTION=scm:git@github.com:bugsnag/bugsnag-android.git

sdk/src/main/java/com/bugsnag/android/Notifier.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010
public class Notifier implements JsonStream.Streamable {
1111
static final String NOTIFIER_NAME = "Android Bugsnag Notifier";
12-
static final String NOTIFIER_VERSION = "4.1.5";
12+
static final String NOTIFIER_VERSION = "4.2.0";
1313
static final String NOTIFIER_URL = "https://bugsnag.com";
1414
private String name;
1515
private String version;

0 commit comments

Comments
 (0)