Skip to content

Commit

Permalink
v4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Keksinautin committed Aug 3, 2018
1 parent b67845f commit b52c731
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.2.1
- Fix the uuid dependence to ^1.0.0 - compatible with Dart 2

## 4.2.0
- Updates for Dart 2 (https://github.com/wrike/sentry_client/issues/7)

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: sentry_client
version: 4.2.0
version: 4.2.1
description: The Dart library for sending data to the Sentry server.
authors:
- Ivan Evsikov <[email protected]>
Expand All @@ -8,7 +8,7 @@ environment:
sdk: '>=2.0.0-dev.36.0 <3.0.0'

dependencies:
uuid: '>=0.5.0 <2.0.0'
uuid: ^1.0.0

dev_dependencies:
test: ^1.3.0
Expand Down

0 comments on commit b52c731

Please sign in to comment.