From 817412ea917ed361e6775da422655998da850522 Mon Sep 17 00:00:00 2001 From: Dan Silk Date: Mon, 14 Feb 2022 16:55:28 +1030 Subject: [PATCH] Update CHANGELOG and bump version --- CHANGELOG.md | 4 ++++ pubspec.yaml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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)