From 3689ff393839be572c0c121b3088c1b05c364a5c Mon Sep 17 00:00:00 2001 From: Matias Pequeno Date: Wed, 23 Aug 2023 16:12:56 -0300 Subject: [PATCH] Updated Flutter SDK version to 1.5.0 and changelog --- rollbar_flutter/CHANGELOG.md | 6 ++++++ rollbar_flutter/example/pubspec.yaml | 2 +- rollbar_flutter/pubspec.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/rollbar_flutter/CHANGELOG.md b/rollbar_flutter/CHANGELOG.md index 8a01e7c..fc5ef10 100644 --- a/rollbar_flutter/CHANGELOG.md +++ b/rollbar_flutter/CHANGELOG.md @@ -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`. diff --git a/rollbar_flutter/example/pubspec.yaml b/rollbar_flutter/example/pubspec.yaml index b7fc00f..5f8cecd 100644 --- a/rollbar_flutter/example/pubspec.yaml +++ b/rollbar_flutter/example/pubspec.yaml @@ -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 diff --git a/rollbar_flutter/pubspec.yaml b/rollbar_flutter/pubspec.yaml index 2a97960..27ef884 100644 --- a/rollbar_flutter/pubspec.yaml +++ b/rollbar_flutter/pubspec.yaml @@ -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