diff --git a/CHANGELOG.md b/CHANGELOG.md index 740ab5622..4fdaa127b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.2.22](https://github.com/ably/ably-flutter/tree/v1.2.22) + +[Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.21...v1.2.22) + +**Closed issues:** + +- loading LocalDevice hit Unhandled Exception [\#491](https://github.com/ably/ably-flutter/issues/491) + ## [1.2.21](https://github.com/ably/ably-flutter/tree/v1.2.21) [Full Changelog](https://github.com/ably/ably-flutter/compare/v1.2.20...v1.2.21) diff --git a/README.md b/README.md index 3f7442bc2..f00673c59 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ In `pubspec.yaml` file: ```yaml dependencies: - ably_flutter: ^1.2.21 + ably_flutter: ^1.2.22 ``` ### Import the package diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 30237e972..5ce4df5b8 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.21): - AblyDeltaCodec (= 1.3.3) - msgpack (= 0.4.0) - - ably_flutter (1.2.21): + - ably_flutter (1.2.22): - Ably (= 1.2.21) - Flutter - AblyDeltaCodec (1.3.3) @@ -45,7 +45,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: b4fca530b001b0d4ed8e10f29193649c2cce9435 - ably_flutter: 7bc2c648fb9b0801dcb615b67d8d45cc699ec0cd + ably_flutter: 2ef31adaaf697da21aa689a91734eeace17e55e2 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea device_info_plus: e5c5da33f982a436e103237c0c85f9031142abed Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 diff --git a/example/pubspec.lock b/example/pubspec.lock index 670112d93..a777ea8f5 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -7,7 +7,7 @@ packages: path: ".." relative: true source: path - version: "1.2.21" + version: "1.2.22" args: dependency: transitive description: diff --git a/pubspec.yaml b/pubspec.yaml index 5cd8014e1..14207a2a9 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: ably_flutter description: A wrapper around Ably's Cocoa and Java client library SDKs, providing iOS and Android support. -version: 1.2.21 +version: 1.2.22 repository: https://github.com/ably/ably-flutter environment: diff --git a/test_integration/ios/Podfile.lock b/test_integration/ios/Podfile.lock index d5a8ed221..9eaa883e7 100644 --- a/test_integration/ios/Podfile.lock +++ b/test_integration/ios/Podfile.lock @@ -2,7 +2,7 @@ PODS: - Ably (1.2.21): - AblyDeltaCodec (= 1.3.3) - msgpack (= 0.4.0) - - ably_flutter (1.2.21): + - ably_flutter (1.2.22): - Ably (= 1.2.21) - Flutter - AblyDeltaCodec (1.3.3) @@ -27,7 +27,7 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: Ably: b4fca530b001b0d4ed8e10f29193649c2cce9435 - ably_flutter: 7bc2c648fb9b0801dcb615b67d8d45cc699ec0cd + ably_flutter: 2ef31adaaf697da21aa689a91734eeace17e55e2 AblyDeltaCodec: add5d06a756b3581b12aab5b5500a320b8c55bea Flutter: f04841e97a9d0b0a8025694d0796dd46242b2854 msgpack: c85f6251873059738472ae136951cec5f30f3251