Skip to content

Commit fee2e55

Browse files
committed
Prepare for release 2.0.2.
1 parent cc4d4ac commit fee2e55

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,22 @@
11
Changelog
22
=========
33

4+
Version 2.0.2
5+
-------------
6+
7+
_2023-03-09_
8+
9+
Fix embedded proguard rules to use `-keepnames` instead of `-keeppackagenames` as the latter isn't respected by R8 3+ when `repackageclasses` is enabled.
10+
11+
Thanks to [@viakunin](https://github.com/viakunin) for contributing this fix!
12+
13+
Version 1.0.2
14+
-------------
15+
16+
_2023-03-09_
17+
18+
Same proguard changes as 2.0.2 but for RxJava 2.x/RxDogTag 1.x.
19+
420
Version 2.0.1
521
-------------
622

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
# limitations under the License.
1515
#
1616
GROUP=com.uber.rxdogtag2
17-
VERSION_NAME=2.1.0-SNAPSHOT
17+
VERSION_NAME=2.0.2
1818
POM_DESCRIPTION=Automatic tagging of RxJava 2 originating subscribe points for onError() investigation.
1919
POM_URL=https://github.com/uber/RxDogTag/
2020
POM_SCM_URL=https://github.com/uber/RxDogTag/

0 commit comments

Comments
 (0)