Skip to content

Commit bdd2bb8

Browse files
authored
Release 2.3.0 beta.1 (#373)
* doc: update changelog for v2.3.0-beta.1 * bump version to 2.3.0-beta.1
1 parent d02dd2f commit bdd2bb8

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
# 2.3.0-beta.1
4+
5+
### rollbar-android
6+
- Capture logcat output as telemetry events [#369](https://github.com/rollbar/rollbar-java/pull/369)
7+
- Fix: Update consumer rules [#372](https://github.com/rollbar/rollbar-java/pull/372)
8+
9+
### rollbar-java
10+
- Compress payload and update payload max size to 1mb [#371](https://github.com/rollbar/rollbar-java/pull/371)
11+
12+
### rollbar-okhttp
13+
- Add okhttp interceptor for telemetry events [#367](https://github.com/rollbar/rollbar-java/pull/367)
14+
315
# 2.2.0
416

517
- Switching to stable release

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION_NAME=2.2.0
1+
VERSION_NAME=2.3.0-beta.1
22
GROUP=com.rollbar
33

44
android.useAndroidX=true

0 commit comments

Comments
 (0)