From 764052228eb9b1f4d66f5ed5df1a7d0aca484a97 Mon Sep 17 00:00:00 2001 From: Tuan Date: Sun, 21 Mar 2021 20:39:52 +0700 Subject: [PATCH] update change log add author --- CHANGELOG.md | 4 ++++ pubspec.yaml | 1 + 2 files changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ef64c3..7289db8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.0.0+6 + +- Support flutter 2.0 + ## 1.0.0+5 - Dependency bump diff --git a/pubspec.yaml b/pubspec.yaml index 33cddc6..7824aaa 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,6 +2,7 @@ name: esp_provisioning description: Espressif Provisioning library version: 1.0.0+6 homepage: https://github.com/sunshine-tech/esp_provisioning.git +author: @tuanpmt environment: sdk: ">=2.7.0 <3.0.0"