diff --git a/CHANGELOG.md b/CHANGELOG.md index fbc43e8e..ab88239c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## v0.10.9 - 2023-07-14 +- More design tweaks (zachatrocity) +- Improvements to swipe actions (shocklateboy92) +- Improvements to media support (hal9001) + ## v0.10.8 - 2023-07-13 - Added photo cropping prior to upload (mykdavies) - Added MP4 and some redgif support (jjcomer) diff --git a/fastlane/metadata/android/en-US/changelogs/31.txt b/fastlane/metadata/android/en-US/changelogs/31.txt new file mode 100644 index 00000000..c43bc0b1 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/31.txt @@ -0,0 +1,2 @@ +- Improvements to swipe actions (shocklateboy92) +- Improvements to media support (hal9001) diff --git a/pubspec.yaml b/pubspec.yaml index 15370b9f..b3fe3126 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.10.8+30 +version: 0.10.9+31 environment: sdk: ">=3.0.0 <4.0.0"