File tree Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Expand file tree Collapse file tree 2 files changed +18
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ Unreleased ] ( https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...dev )
3
+ ## [ 15.0.2 ] ( https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...15.0.2 ) (Jul 7, 2025 )
4
4
5
5
### Added
6
6
7
7
- Add support for xCode 16. ([ #574 ] ( https://github.com/Instabug/Instabug-Flutter/pull/574 ) )
8
8
9
9
- Add support for BugReporting user consents. ([ #573 ] ( https://github.com/Instabug/Instabug-Flutter/pull/573 ) )
10
10
11
+ ### Changed
12
+
13
+ - Bump Instabug iOS SDK to v15.1.1 ([ #581 ] ( https://github.com/Instabug/Instabug-Flutter/pull/581 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-iOS/releases/tag/15.1.1 ) .
14
+
15
+ - Bump Instabug Android SDK to v15.0.2 ([ #581 ] ( https://github.com/Instabug/Instabug-Flutter/pull/581 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v15.0.2 ) .
16
+
17
+ ## [ 14.3.1] ( https://github.com/Instabug/Instabug-Flutter/compare/v14.3.0...14.3.1 ) (May 20, 2025)
18
+
19
+ ### Changed
20
+
21
+ - Bump Instabug Android SDK to v14.3.1 ([ #577 ] ( https://github.com/Instabug/Instabug-Flutter/pull/577 ) ). [ See release notes] ( https://github.com/Instabug/Instabug-Android/releases/tag/v14.3.1 ) .
22
+
23
+
11
24
## [ 14.3.0] ( https://github.com/Instabug/Instabug-Flutter/compare/v14.1.0...14.3.0 ) (April 21, 2025)
12
25
13
26
### Added
Original file line number Diff line number Diff line change 1
1
name : instabug_flutter
2
- version : 14.3.0
2
+ version : 15.0.2
3
3
description : >-
4
4
Instabug empowers mobile teams to monitor, prioritize, and debug
5
5
performance and stability issues throughout the app development lifecycle.
@@ -15,15 +15,15 @@ dependencies:
15
15
16
16
dev_dependencies :
17
17
build_runner : ^2.0.3
18
- fake_async : ' >=1.2.0 <1.4.0'
18
+ fake_async : " >=1.2.0 <1.4.0"
19
19
flutter_test :
20
20
sdk : flutter
21
21
lint : ^1.0.0
22
22
# mockito v5.2.0 is needed for running Flutter 2 tests on CI
23
- mockito : ' >=5.2.0 <5.5.0'
23
+ mockito : " >=5.2.0 <5.5.0"
24
24
pana : ^0.21.0
25
25
# pigeon v3.0.0 is needed for running Flutter 2 tests on CI
26
- pigeon : ' >=3.0.0 <=10.1.5'
26
+ pigeon : " >=3.0.0 <=10.1.5"
27
27
28
28
flutter :
29
29
plugin :
You can’t perform that action at this time.
0 commit comments