From 425aa3a5bc40db1fe7f704f68596d3dd38a1e83b Mon Sep 17 00:00:00 2001 From: liuhaikang Date: Thu, 23 Jan 2025 11:04:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=91=E5=B8=83=E6=AD=A3=E5=BC=8F=E7=89=88?= =?UTF-8?q?=E6=9C=AC3.2.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liuhaikang --- CHANGELOG.md | 3 +++ library/oh-package.json5 | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 425ff9a..12a8c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 3.2.1 +- Release official version + ## 3.2.1-rc.0 - Fix bug: CropTransformation is used to crop the original image - Fix bug: After calling the clear all file cache interfaces, the file cache becomes invalid diff --git a/library/oh-package.json5 b/library/oh-package.json5 index 6bfe76b..461b7ed 100644 --- a/library/oh-package.json5 +++ b/library/oh-package.json5 @@ -14,7 +14,7 @@ "main": "index.ets", "repository": "https://gitee.com/openharmony-tpc/ImageKnife", "type": "module", - "version": "3.2.1-rc.0", + "version": "3.2.1", "dependencies": { "@ohos/gpu_transform": "^1.0.2" },