Skip to content

Commit

Permalink
release: 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Apr 13, 2024
1 parent 104b786 commit 0a8be5b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 3 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Changelog

## 1.17.0

### Various fixes & improvements

- use tracing isn't needed (104b7860) by @bruno-garcia
- bump sentry sdk (23b7b202) by @bruno-garcia
- profiling aspnetcore (#193) by @bruno-garcia
- key to env var (3b7de15a) by @bruno-garcia
- substitution to arg (1c061272) by @bruno-garcia
- pass build arg (b30b0bbb) by @bruno-garcia
- pass arg to env (ba43e892) by @bruno-garcia
- yaml sucks (f5bb8aad) by @bruno-garcia
- fix prefix of env var (410eb400) by @bruno-garcia
- add SENTRY_AUTH_TOKEN to cloudbuild (#189) by @bruno-garcia
- Added Sentry auth token on CI Windows (#188) by @bitsandfoxes

## 1.16.0

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project>
<PropertyGroup>
<Authors>Sentry Team and Contributors</Authors>
<Version>1.16.0</Version>
<Version>1.17.0</Version>
<Company>Sentry.io</Company>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
Expand Down
2 changes: 1 addition & 1 deletion run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

export version=1.16.0
export version=1.17.0
export apk=io.sentry.symbolcollector.android-Signed.apk
export localApk=apk/$version/$apk

Expand Down
2 changes: 1 addition & 1 deletion src/SymbolCollector.Android/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
android:versionCode="1"
android:versionName="1.16.0"
android:versionName="1.17.0"
package="io.sentry.symbolcollector.android">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="34" />
<uses-permission android:name="android.permission.INTERNET" />
Expand Down

0 comments on commit 0a8be5b

Please sign in to comment.