Skip to content

Commit 4fc8381

Browse files
authored
version 2.1.1; changelog update (#25)
1 parent 044e4c1 commit 4fc8381

File tree

4 files changed

+9
-2
lines changed

4 files changed

+9
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ packages
77
pubspec.lock
88
.idea/libraries
99
.idea/workspace.xml
10+
android/
11+
ios/

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# package:sentry changelog
22

3+
## 2.1.1
4+
5+
- Defensively copy internal maps event attributes to
6+
avoid shared mutable state (https://github.com/flutter/sentry/commit/044e4c1f43c2d199ed206e5529e2a630c90e4434)
7+
38
## 2.1.0
49

510
- Support DNS format without secret key.

lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
library version;
1010

1111
/// The SDK version reported to Sentry.io in the submitted events.
12-
const String sdkVersion = '2.1.0';
12+
const String sdkVersion = '2.1.1';
1313

1414
/// The SDK name reported to Sentry.io in the submitted events.
1515
const String sdkName = 'dart';

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sentry
2-
version: 2.1.0
2+
version: 2.1.1
33
description: A pure Dart Sentry.io client.
44
author: Flutter Authors <[email protected]>
55
homepage: https://github.com/flutter/sentry

0 commit comments

Comments
 (0)