Skip to content

Commit 53d4624

Browse files
author
Ali Abdelfattah
authored
Merge pull request #189 from Instabug/release/9.2
Bump version to 9.2.0
2 parents c153421 + 663a301 commit 53d4624

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## v9.2.0 (2021-08-02)
2+
3+
* Adds null safety support.
4+
* Fixes a crash when Instabug.start API is called on Android without Platform check.
5+
* Changes all `void ... async` methods to `Future<void> ... async` so that callers can use `await`.
6+
17
## v9.2.0-nullsafety.0 (2021-07-14)
28

39
* Adds null safety support.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 9.2.0-nullsafety.0
2+
version: 9.2.0
33
description: >-
44
Deliver the best user experience through a comprehensive platform that will
55
help you uncover, analyze and fix any app performance, quality or stability issues.

0 commit comments

Comments
 (0)