diff --git a/changelog.md b/changelog.md index 83304187..e0afbb89 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,21 @@ # Changelog -## 0.5.11 (2023-09-22) +## 0.6.0 (2023-09-30) + +#### Other + +* Fix minor bugs. + +* Add scheduled profile update. + +* Update dependencies. + +* Refactor profile details page. + + + +## v0.5.11 (2023-09-22) #### Other diff --git a/pubspec.yaml b/pubspec.yaml index fb06dfbd..52540c59 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.5.11+511 +version: 0.6.0+600 environment: sdk: ">=3.0.5 <4.0.0"