Skip to content

Commit e07363c

Browse files
Merge remote-tracking branch 'origin/dev' into feat/screen-render-to-dev
# Conflicts: # android/build.gradle # example/ios/Podfile # example/ios/Podfile.lock # example/pubspec.lock # ios/instabug_flutter.podspec
2 parents 50d35c1 + dd69dcc commit e07363c

File tree

2 files changed

+18
-5
lines changed

2 files changed

+18
-5
lines changed

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,26 @@
11
# Changelog
22

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)
44

55
### Added
66

77
- Add support for xCode 16. ([#574](https://github.com/Instabug/Instabug-Flutter/pull/574))
88

99
- Add support for BugReporting user consents. ([#573](https://github.com/Instabug/Instabug-Flutter/pull/573))
1010

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+
1124
## [14.3.0](https://github.com/Instabug/Instabug-Flutter/compare/v14.1.0...14.3.0) (April 21, 2025)
1225

1326
### Added

pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: instabug_flutter
2-
version: 14.3.0
2+
version: 15.0.2
33
description: >-
44
Instabug empowers mobile teams to monitor, prioritize, and debug
55
performance and stability issues throughout the app development lifecycle.
@@ -15,15 +15,15 @@ dependencies:
1515

1616
dev_dependencies:
1717
build_runner: ^2.0.3
18-
fake_async: '>=1.2.0 <1.4.0'
18+
fake_async: ">=1.2.0 <1.4.0"
1919
flutter_test:
2020
sdk: flutter
2121
lint: ^1.0.0
2222
# 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"
2424
pana: ^0.21.0
2525
# 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"
2727

2828
flutter:
2929
plugin:

0 commit comments

Comments
 (0)