From e5e8d645a7658f0060274442737db8610f329302 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sat, 30 Sep 2023 11:16:17 +0330 Subject: [PATCH] release: version 0.6.0 --- changelog.md | 16 +++++++++++++++- pubspec.yaml | 2 +- 2 files changed, 16 insertions(+), 2 deletions(-) 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"