diff --git a/changelog.md b/changelog.md index 6b21807ff..9c2fb1ac6 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,7 @@ # Changelog -## (unreleased) +## 0.5.8 (2023-09-22) #### New @@ -63,6 +63,12 @@ #### Other +* Fix ci. + +* Fix false-positive error reports. + +* Change build setup. + * Fix minor bugs. * Refactor app update. diff --git a/pubspec.yaml b/pubspec.yaml index 82e892c76..d5a44b991 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.5.7+507 +version: 0.5.8 environment: sdk: ">=3.0.5 <4.0.0"