Skip to content

Commit 9c8bce9

Browse files
committed
(Chore): Prepare for release
Signed-off-by: Victor Omondi <victor@slick.co.ke>
1 parent b6c264d commit 9c8bce9

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.16.2
2+
3+
- Fix crash when building on Xcode 26.2 and deploying to iOS 26.2.
4+
- Fix audio waveform not getting generated until user interacts with the audio.
5+
16
## 0.16.1
27

38
- Update dependencies.
@@ -6,7 +11,7 @@
611

712
- **Breaking change:** Updated Firebase dependencies. This upgrades the Firebase iOS SDK version to `12.0.0` and the Firebase Android SDK version to `34.0.0`.
813

9-
As a result the `minSdkVersion` on Android is **API Level 23 (Android 6.0)** and the minimum iOS version supported is **iOS 15**. See the Firebase [Android](https://firebase.google.com/support/release-notes/android) and [iOS](https://firebase.google.com/support/release-notes/ios#version_1200_-_july_15_2025) release notes for more information
14+
As a result the `minSdkVersion` on Android is **API Level 23 (Android 6.0)** and the minimum iOS version supported is **iOS 15**. See the Firebase [Android](https://firebase.google.com/support/release-notes/android) and [iOS](https://firebase.google.com/support/release-notes/ios#version_1200_-_july_15_2025) release notes for more information
1015

1116
## 0.15.1
1217

example/push_notifications/pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ packages:
555555
path: "../.."
556556
relative: true
557557
source: path
558-
version: "0.16.1"
558+
version: "0.16.2"
559559
talkjs_flutter_inappwebview:
560560
dependency: transitive
561561
description:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: talkjs_flutter
22
description: Official TalkJS SDK for Flutter
3-
version: 0.16.1
3+
version: 0.16.2
44
homepage: https://talkjs.com
55

66
environment:

0 commit comments

Comments
 (0)