diff --git a/CHANGELOG.md b/CHANGELOG.md index cf33bf8d..6547ae5d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.8.0 + +* Added support for cached images on iOS such as shared images from a Screenshot. + ## 1.7.0 * Added `ReceiveSharingIntent.setMockValues` method to set mock values for testing purposes. diff --git a/ios/receive_sharing_intent.podspec b/ios/receive_sharing_intent.podspec index ef090bf4..ecbccc0f 100644 --- a/ios/receive_sharing_intent.podspec +++ b/ios/receive_sharing_intent.podspec @@ -3,7 +3,7 @@ # Pod::Spec.new do |s| s.name = 'receive_sharing_intent' - s.version = '1.6.8' + s.version = '1.8.0' s.summary = 'A flutter plugin that enables flutter apps to receive sharing photos from other apps.' s.description = <<-DESC A flutter plugin that enables flutter apps to receive sharing photos from other apps. diff --git a/pubspec.yaml b/pubspec.yaml index 950e8e1d..2a1ab17f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: receive_sharing_intent description: A flutter plugin that enables flutter apps to receive sharing photos, text or url from other apps. -version: 1.7.0 +version: 1.8.0 homepage: https://github.com/KasemJaffer/receive_sharing_intent environment: