diff --git a/CHANGELOG.md b/CHANGELOG.md index 418cc034f..9823a5357 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.16.2] - 2025-06-20 +### Fixed +- [iOS] update privacy manifest for lottie library +- Translation +- #3792 Reply email with only blobId or partId + ## [0.16.1] - 2025-06-19 ### Fixed - [iOS] Update new profiles for iOS release diff --git a/pubspec.yaml b/pubspec.yaml index f912db404..622cfe6c4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -15,7 +15,7 @@ publish_to: "none" # Remove this line if you wish to publish to pub.dev # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.16.1 +version: 0.16.2 environment: sdk: ">=3.0.0 <4.0.0"