diff --git a/CHANGELOG.md b/CHANGELOG.md index 572d30d..3c5c5cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 3.2.0-rc.7 +## 3.2.0 - When successfully requesting the network, return the httpcode as well - Fix bug: Network error code httpCode returns no data - Modify implementation of ImageFit.Auto: do not modify image height diff --git a/OAT.xml b/OAT.xml index 14adc5d..411cb21 100644 --- a/OAT.xml +++ b/OAT.xml @@ -27,6 +27,7 @@ + @@ -37,6 +38,7 @@ + @@ -48,6 +50,7 @@ + diff --git a/library/oh-package.json5 b/library/oh-package.json5 index 3694c6a..a3c232d 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.0-rc.7", + "version": "3.2.0", "dependencies": { "@ohos/gpu_transform": "^1.0.2" },