Skip to content

Commit

Permalink
release: 2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Jul 24, 2024
1 parent b158f82 commit 21f1cbe
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Changelog

## Unreleased
## 2.1.2

### Various fixes & improvements

- fix: IL2CPP in Unity 6 (#1735) by @tustanivsky
- ci: dependency review action (#1732) by @mdtro
- chore: update modules/sentry-cli.properties to 2.33.0 (#1733) by @github-actions
- fix: Disable tracing on unknown platforms (#1728) by @bitsandfoxes
- chore: update modules/sentry-cocoa to 8.31.1 (#1726) by @github-actions
- chore: update modules/sentry-java to 7.12.0 (#1725) by @github-actions
- chore: update modules/sentry-cli.properties to 2.32.2 (#1724) by @github-actions

## Fixes

Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project>
<PropertyGroup>
<Version>2.1.1</Version>
<Version>2.1.2</Version>
<LangVersion>12</LangVersion>
<Nullable>enable</Nullable>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Sentry SDK for Unity

Install it via `UPM`:
```
https://github.com/getsentry/unity.git#2.1.1
https://github.com/getsentry/unity.git#2.1.2
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion package/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This is the UPM package for the Sentry SDK for Unity.

Install it via `UPM`:
```
https://github.com/getsentry/unity.git#2.1.1
https://github.com/getsentry/unity.git#2.1.2
```

## Source code
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "io.sentry.unity",
"version": "2.1.1",
"version": "2.1.2",
"displayName": "Sentry Unity",
"description": "Sentry SDK for Unity",
"unity": "2019.4",
Expand Down

0 comments on commit 21f1cbe

Please sign in to comment.