Skip to content

Commit a2dbcd3

Browse files
committed
Merge branch 'release/0.4.2'
2 parents ca691a4 + 80b969b commit a2dbcd3

File tree

5 files changed

+7
-4
lines changed

5 files changed

+7
-4
lines changed

Diff for: CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
### Features
66

77
- Added IsGlobalModeEnabled to SetDefaults ([#260](https://github.com/getsentry/sentry-unity/pull/260))
8+
## 0.4.2
9+
10+
- No documented changes.
811

912
## 0.4.1
1013

Diff for: Directory.Build.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<PropertyGroup>
4-
<Version>0.4.1</Version>
4+
<Version>0.4.2</Version>
55
<LangVersion>9</LangVersion>
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Sentry SDK for Unity
1313

1414
Install it via `UPM`:
1515
```
16-
https://github.com/getsentry/unity.git#0.4.1
16+
https://github.com/getsentry/unity.git#0.4.2
1717
```
1818

1919
## Documentation

Diff for: package/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This is the UPM package for the Sentry SDK for Unity.
1212

1313
Install it via `UPM`:
1414
```
15-
https://github.com/getsentry/unity.git#0.4.1
15+
https://github.com/getsentry/unity.git#0.4.2
1616
```
1717

1818
## Source code

Diff for: package/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "io.sentry.unity",
3-
"version": "0.4.1",
3+
"version": "0.4.2",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)