Skip to content

Commit c17c89a

Browse files
committed
release: 0.2.0
1 parent f1c77e2 commit c17c89a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

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

3-
## Unreleased
3+
## 0.2.0
44

55
- Force 'Auto' from sentry window ([#219](https://github.com/getsentry/sentry-unity/pull/219))
66
- Hub.IsEnabled check in logging integration ([#210](https://github.com/getsentry/sentry-unity/pull/210))

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-
<Version>0.1.1</Version>
4+
<Version>0.2.0</Version>
55
<LangVersion>9</LangVersion>
66
<Nullable>enable</Nullable>
77
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>

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

0 commit comments

Comments
 (0)