From cc59f3ce4886fe6570e4e9c97e772130e83cff86 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 19 Nov 2023 19:47:13 +0330 Subject: [PATCH] release: version 0.11.1 --- CHANGELOG.md | 7 +++++++ pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0f6ddc53..8ecc3bee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [0.11.1] - 2023-11-19 + +### Bug Fixes + +- Fixed Android manifest bug. + ## [0.11.0] - 2023-11-19 ### New Features and Improvements @@ -67,5 +73,6 @@ - Fixed localization mistakes in Russian. [PR#95](https://github.com/hiddify/hiddify-next/pull/95) by [solokot](https://github.com/solokot) - Fixed localization mistakes in Russian. [PR#74](https://github.com/hiddify/hiddify-next/pull/74) by [Elshad Guseynov](https://github.com/lifeindarkside) +[0.11.1]: https://github.com/hiddify/hiddify-next/releases/tag/v0.11.1 [0.11.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.11.0 [0.10.0]: https://github.com/hiddify/hiddify-next/releases/tag/v0.10.0 diff --git a/pubspec.yaml b/pubspec.yaml index f8cc88f5..fc84b711 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.11.0+1100 +version: 0.11.1+1101 environment: sdk: ">=3.1.0 <4.0.0"