Skip to content

Commit 2b42ab7

Browse files
author
getsentry-bot
committed
Merge branch 'release/2.2.0'
2 parents 509f4c4 + 36ddb99 commit 2b42ab7

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 2.2.0
4+
5+
### Various fixes & improvements
6+
7+
- add sentry logs alpha sdk (#236) by @bruno-garcia
8+
- caching on android-device-farm is for apk upload only (4be06002) by @bruno-garcia
9+
- Simplify device selection to use random selection instead of caching logic (#231) by @cursor
10+
- cache key (80ac0459) by @bruno-garcia
11+
- wait before killing appium server (885fff59) by @bruno-garcia
12+
- reoder android UI labels (e4ff3add) by @bruno-garcia
13+
- cache (d3fd2613) by @bruno-garcia
14+
- fix workflow env var (3f3d3c6e) by @bruno-garcia
15+
- fix device cache (b09815c4) by @bruno-garcia
16+
- fix apk version cache and skip spammy log (3a1c534a) by @bruno-garcia
17+
318
## 2.1.0
419

520
### Various fixes & improvements

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<Authors>Sentry Team and Contributors</Authors>
4-
<Version>2.1.0</Version>
4+
<Version>2.2.0</Version>
55
<Company>Sentry.io</Company>
66
<LangVersion>latest</LangVersion>
77
<Nullable>enable</Nullable>

src/SymbolCollector.Android/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
33
android:versionCode="1"
4-
android:versionName="2.1.0"
4+
android:versionName="2.2.0"
55
package="io.sentry.symbolcollector.android">
66
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="35" />
77
<uses-permission android:name="android.permission.INTERNET" />

0 commit comments

Comments
 (0)