Skip to content

Commit 37cbf78

Browse files
committed
release: 4.0.0-beta.6
1 parent 00f4f06 commit 37cbf78

File tree

5 files changed

+10
-5
lines changed

5 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# Changelog
22

3-
## Unreleased
3+
## 4.0.0-beta.6
4+
5+
### Various fixes & improvements
6+
7+
- chore: update modules/sentry-java to 8.26.0 (#2419) by @github-actions
8+
- chore: update modules/sentry-cli.properties to 2.58.2 (#2418) by @github-actions
49

510
## Fixes
611

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<Project>
22
<PropertyGroup>
3-
<Version>4.0.0-beta.5</Version>
3+
<Version>4.0.0-beta.6</Version>
44
<LangVersion>12</LangVersion>
55
<Nullable>enable</Nullable>
66
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Install the package via the Unity Package Manager using a Git URL to Sentry's SD
2323
https://github.com/getsentry/unity.git
2424
```
2525

26-
To use this specific version of the SDK, append `#4.0.0-beta.5` to the URL, but note that this will stop Unity from suggesting version updates automatically.
26+
To use this specific version of the SDK, append `#4.0.0-beta.6` to the URL, but note that this will stop Unity from suggesting version updates automatically.
2727

2828
## Documentation
2929

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Install the package via the Unity Package Manager using a Git URL to Sentry's SD
2222
https://github.com/getsentry/unity.git
2323
```
2424

25-
To use this specific version of the SDK, append `#4.0.0-beta.5` to the URL.
25+
To use this specific version of the SDK, append `#4.0.0-beta.6` to the URL.
2626

2727

2828
## Source code

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.sentry.unity",
3-
"version": "4.0.0-beta.5",
3+
"version": "4.0.0-beta.6",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)