diff --git a/changelog.md b/changelog.md index 397c97f3..d43a4ded 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,17 @@ # Changelog -## 0.5.9 (2023-09-22) +## 0.5.10 (2023-09-22) + +#### Other + +* Fix minor bugs. + +* Fix profile update bug. + + + +## v0.5.9 (2023-09-22) #### Other diff --git a/pubspec.yaml b/pubspec.yaml index 591b107d..467e8840 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.5.9+509 +version: 0.5.10+510 environment: sdk: ">=3.0.5 <4.0.0"