diff --git a/CHANGELOG.md b/CHANGELOG.md index 70b671f8..8ca38af1 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ All notable changes to this project will be documented in this file. +### 4.3.0 (2023-09-06) + +**Feature** + +- **[Article]** Add `mixed` language option +- **[Comment]** Add `/calendar` API +- **[Expansion]** Add daily statistics +- Upgrade dependencies + ### 4.1.0 (2023-07-20) **Feature** diff --git a/package.json b/package.json index 02cb66e5..2aac1157 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "nodepress", - "version": "4.2.0", + "version": "4.3.0", "description": "RESTful API service for Surmon.me blog", "author": "Surmon", "license": "MIT",