diff --git a/CHANGELOG.md b/CHANGELOG.md index 33c06fd..5b89349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 2.3.3 + +* Adding ability to send SMS directly on Android (#57). + # 2.3.2 * Update Android plugin to use V2 embedding. diff --git a/pubspec.yaml b/pubspec.yaml index 91812cb..7051335 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_sms description: A Flutter plugin to Send SMS and MMS on iOS and Android. If iMessage is enabled it will send as iMessage on iOS. This plugin must be tested on a real device on iOS. -version: 2.3.2 +version: 2.3.3 homepage: https://github.com/rodydavis/plugins repository: https://github.com/fluttercommunity/flutter_sms maintainer: Rody Davis (@rodydavis)