diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e78d3b..9d2c66a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.1.3 +* Fix background execution (Contributor: https://github.com/meomap) + ## 0.1.2 * Change invokeMethod call type for getSms methods to List? (No change to telephony API) diff --git a/pubspec.yaml b/pubspec.yaml index 22cfe85..ee7402a 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: telephony description: A Flutter plugin to use telephony features such as fetch network info, start phone calls, send and receive SMS, and listen for incoming SMS. -version: 0.1.2 +version: 0.1.3 homepage: https://github.com/shounakmulay/Telephony repository: https://github.com/shounakmulay/Telephony