version 2.1.1; changelog update (#25)

This commit is contained in:
Yegor
2018-10-09 09:10:12 -07:00
committed by GitHub
parent 044e4c1f43
commit 4fc83812dd
4 changed files with 9 additions and 2 deletions

2
.gitignore vendored
View File

@ -7,3 +7,5 @@ packages
pubspec.lock
.idea/libraries
.idea/workspace.xml
android/
ios/

View File

@ -1,5 +1,10 @@
# package:sentry changelog
## 2.1.1
- Defensively copy internal maps event attributes to
avoid shared mutable state (https://github.com/flutter/sentry/commit/044e4c1f43c2d199ed206e5529e2a630c90e4434)
## 2.1.0
- Support DNS format without secret key.

View File

@ -9,7 +9,7 @@
library version;
/// The SDK version reported to Sentry.io in the submitted events.
const String sdkVersion = '2.1.0';
const String sdkVersion = '2.1.1';
/// The SDK name reported to Sentry.io in the submitted events.
const String sdkName = 'dart';

View File

@ -1,5 +1,5 @@
name: sentry
version: 2.1.0
version: 2.1.1
description: A pure Dart Sentry.io client.
author: Flutter Authors <flutter-dev@googlegroups.com>
homepage: https://github.com/flutter/sentry