Skip to content

Commit 667437e

Browse files
release: 6.3.1
1 parent ed4f9a1 commit 667437e

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

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

3+
## 6.3.1
4+
5+
### Fixes 🐛
6+
7+
- fix: Workaround FileNotFoundException on Android when recovering sessions by @jamescrosswell in [#5084](https://github.com/getsentry/sentry-dotnet/pull/5084)
8+
- fix: `CaptureFeedback` now supports multiple attachments correctly by @bitsandfoxes in [#5077](https://github.com/getsentry/sentry-dotnet/pull/5077)
9+
10+
### Dependencies ⬆️
11+
12+
#### Deps
13+
14+
- chore(deps): update Native SDK to v0.13.5 by @github-actions in [#5119](https://github.com/getsentry/sentry-dotnet/pull/5119)
15+
- chore(deps): update CLI to v3.3.5 by @github-actions in [#5093](https://github.com/getsentry/sentry-dotnet/pull/5093)
16+
- chore(deps): update Native SDK to v0.13.4 by @github-actions in [#5081](https://github.com/getsentry/sentry-dotnet/pull/5081)
17+
- chore(deps): update Java SDK to v8.37.1 by @github-actions in [#5071](https://github.com/getsentry/sentry-dotnet/pull/5071)
18+
- chore(deps): update CLI to v3.3.4 by @github-actions in [#5068](https://github.com/getsentry/sentry-dotnet/pull/5068)
19+
- chore(deps): update Java SDK to v8.37.0 by @github-actions in [#5069](https://github.com/getsentry/sentry-dotnet/pull/5069)
20+
- chore(deps): update Cocoa SDK to v9.8.0 by @github-actions in [#5044](https://github.com/getsentry/sentry-dotnet/pull/5044)
21+
- chore(deps): update Java SDK to v8.36.0 by @github-actions in [#5036](https://github.com/getsentry/sentry-dotnet/pull/5036)
22+
- chore(deps): update epitaph to 0.1.1 by @github-actions in [#5036](https://github.com/getsentry/sentry-dotnet/pull/5036)
23+
24+
### Other
25+
26+
- chore: Update validate-pr workflow by @stephanie-anderson in [#5108](https://github.com/getsentry/sentry-dotnet/pull/5108)
27+
- ci: fix workflows that always fail for fork PRs by @jamescrosswell in [#5065](https://github.com/getsentry/sentry-dotnet/pull/5065)
28+
329
## 6.3.0
430

531
### Features

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<VersionPrefix>6.3.0</VersionPrefix>
4+
<VersionPrefix>6.3.1</VersionPrefix>
55
<LangVersion>14.0</LangVersion>
66
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

0 commit comments

Comments
 (0)