From b7bc28defa0fdf3411689eb77bfdbc302902c04a Mon Sep 17 00:00:00 2001 From: ywake Date: Sat, 24 Feb 2024 22:03:35 +0900 Subject: [PATCH] v1.2.0 --- CHANGELOG.md | 5 +++++ pubspec.yaml | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0a9a79..7301893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.0 +* Feat: Still Image Analysis API +* Fix: Error handling +* Refactor + ## 1.1.0 * Feat: Add Face and Body Detection API diff --git a/pubspec.yaml b/pubspec.yaml index 9420109..64cb57b 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: unified_apple_vision description: "A plugin for using Apple Vision Framework with Flutter, designed to integrate multiple APIs into one plugin and process multiple analysis requests at once." -version: 1.1.0 +version: 1.2.0 homepage: https://github.com/ywake/unified_apple_vision environment: