Skip to content

Commit 74bac2a

Browse files
committed
(Chore): Update Changelog
Signed-off-by: Victor Omondi <victor@slick.co.ke>
1 parent ee433e5 commit 74bac2a

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
## 0.6.1
1+
## 0.7.0
22

3-
- Updated version of flutter-apns lib for fix crash on iOS side when you try to initialize FirebaseCore in your project. This may require you to update if you wanna use Firebase separatly.
3+
- BREAKING CHANGE: To ensure that file uploads work correctly, you'll need to update your
4+
`AndroidManifest.xml` file as indicated in the [docs](https://talkjs.com/docs/Features/Customizations/File_Sharing/#enabling-file-upload-on-flutter)
5+
- BREAKING CHANGE: Due to a change in the latest versions of iOS, to ensure that microphone
6+
permission is granted correctly for voice messages, update your `Podfile` as shown in
7+
the [docs](https://talkjs.com/docs/Features/Customizations/Voice_Messages/#ios)
8+
- Updated dependencies versions
49

510
## 0.6.0
611

712
- BREAKING CHANGE: Updated version numbers for Firebase dependencies. This may require you to update
8-
your build versions on Android and iOS.
13+
your build versions on Android and iOS.
914
- Fix audio messages not working.
1015

1116
## 0.5.0
@@ -37,4 +42,3 @@
3742
## 0.1.0
3843

3944
- Initial version.
40-

0 commit comments

Comments
 (0)