Skip to content

Commit 21f1cbe

Browse files
committed
release: 2.1.2
1 parent b158f82 commit 21f1cbe

File tree

5 files changed

+15
-5
lines changed

5 files changed

+15
-5
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 2.1.2
4+
5+
### Various fixes & improvements
6+
7+
- fix: IL2CPP in Unity 6 (#1735) by @tustanivsky
8+
- ci: dependency review action (#1732) by @mdtro
9+
- chore: update modules/sentry-cli.properties to 2.33.0 (#1733) by @github-actions
10+
- fix: Disable tracing on unknown platforms (#1728) by @bitsandfoxes
11+
- chore: update modules/sentry-cocoa to 8.31.1 (#1726) by @github-actions
12+
- chore: update modules/sentry-java to 7.12.0 (#1725) by @github-actions
13+
- chore: update modules/sentry-cli.properties to 2.32.2 (#1724) by @github-actions
414

515
## Fixes
616

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>2.1.1</Version>
3+
<Version>2.1.2</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
@@ -17,7 +17,7 @@ Sentry SDK for Unity
1717

1818
Install it via `UPM`:
1919
```
20-
https://github.com/getsentry/unity.git#2.1.1
20+
https://github.com/getsentry/unity.git#2.1.2
2121
```
2222

2323
## Documentation

package/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity.
1515

1616
Install it via `UPM`:
1717
```
18-
https://github.com/getsentry/unity.git#2.1.1
18+
https://github.com/getsentry/unity.git#2.1.2
1919
```
2020

2121
## 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": "2.1.1",
3+
"version": "2.1.2",
44
"displayName": "Sentry Unity",
55
"description": "Sentry SDK for Unity",
66
"unity": "2019.4",

0 commit comments

Comments
 (0)