diff --git a/changelog.md b/changelog.md index cdabb407..ea09d264 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,31 @@ # Changelog -## 0.7.2 (2023-10-04) +## 0.8.0 (2023-10-05) + +#### New + +* Add russian lang. + +#### Other + +* Add proxy tag sanitization. + +* Fix bugs. + +* Add ignore app update version. + +* Add new protocols to link parser. + +* Auto update translations on release. + +* Update translation. + +* Remove param in ru translation. + + + +## v0.7.2 (2023-10-04) #### Other diff --git a/pubspec.yaml b/pubspec.yaml index fa09d274..b6398935 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.7.2+702 +version: 0.8.0+800 environment: sdk: ">=3.0.5 <4.0.0"