Skip to content

Commit

Permalink
Updated Flutter SDK version to 1.5.0 and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
matux committed Aug 23, 2023
1 parent 2bb5b57 commit 3689ff3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions rollbar_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 1.5.0

- Updated internal Rollbar Apple SDK to 3.2.0
- The Flutter SDK now supports all Apple OS versions currently supported by Apple:
- The minimum OS requirements are now: iOS 11, iPadOS 11, macOS 10.13 and watchOS 4.0.

## 1.4.3

- Bumped version of `connectivity_plus` dependency to `^4.0.0`.
Expand Down
2 changes: 1 addition & 1 deletion rollbar_flutter/example/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rollbar_flutter_example
description: Demonstrates how to use the rollbar_flutter plugin.
version: 1.4.3
version: 1.5.0

publish_to: 'none' # Remove this line if you wish to publish to pub.dev

Expand Down
2 changes: 1 addition & 1 deletion rollbar_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: rollbar_flutter
description: Connect your Flutter applications to Rollbar for error reporting.
version: 1.4.3
version: 1.5.0
homepage: https://www.rollbar.com
documentation: https://docs.rollbar.com/docs/flutter#flutter
repository: https://github.com/rollbar/rollbar-flutter
Expand Down

0 comments on commit 3689ff3

Please sign in to comment.