diff --git a/CHANGELOG.md b/CHANGELOG.md index 03c241fc..96f45593 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.3.7 +* Fix search suggestion text is not properly decoded/unescaped +* Relax search suggestion fetching update +* Update Turkish translation (by @kyoyacchi) +* Update Ukrainian translation (by @CakesTwix) + ## 1.3.6 * DownloadsPage: add option to filter downloads by status * Several UI updates, fixes, and improvement diff --git a/pubspec.yaml b/pubspec.yaml index b0885c4a..a51ed027 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -17,7 +17,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: 1.3.6+34 +version: 1.3.7+35 environment: sdk: ">=2.17.5 <3.0.0"