diff --git a/CHANGELOG.md b/CHANGELOG.md index 133f1b6b..8af0f2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # CHANGE LOG -## main branch +## v0.5.0 - UI: 增加本地缓存进行地址管理 - worker: 增加 `FORWARD_ADDRESS_LIST` 全局邮件转发地址(等同于 `catch all`) diff --git a/frontend/package.json b/frontend/package.json index 42492708..493c4399 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "cloudflare_temp_email", - "version": "0.4.7", + "version": "0.5.0", "private": true, "type": "module", "scripts": { diff --git a/worker/src/constants.ts b/worker/src/constants.ts index 07a3d678..78e30de6 100644 --- a/worker/src/constants.ts +++ b/worker/src/constants.ts @@ -1,5 +1,5 @@ export const CONSTANTS = { - VERSION: 'v0.4.7', + VERSION: 'v0.5.0', // DB settings ADDRESS_BLOCK_LIST_KEY: 'address_block_list',