From eca40c1abb7d9f0ba4f4bb9f0d5d889e34c19c77 Mon Sep 17 00:00:00 2001 From: problematicconsumer Date: Sun, 19 Nov 2023 12:54:15 +0330 Subject: [PATCH] release: version 0.11.0 --- CHANGELOG.md | 3 ++- pubspec.yaml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99c9c832..beaca6b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## [0.11.0] - 2023-11-19 ### New Features and Improvements @@ -67,4 +67,5 @@ - 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.0]: https://github.com/hiddify/hiddify-next/releases/tag/0.11.0 [0.10.0]: https://github.com/hiddify/hiddify-next/releases/tag/0.10.0 diff --git a/pubspec.yaml b/pubspec.yaml index dac5bd33..f8cc88f5 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: hiddify description: A Proxy Frontend. publish_to: "none" -version: 0.10.10+1010 +version: 0.11.0+1100 environment: sdk: ">=3.1.0 <4.0.0"