From 75ff3ba318a57495934fe75207c2d415b02e28f0 Mon Sep 17 00:00:00 2001 From: imjoey Date: Wed, 29 Sep 2021 15:11:06 +0800 Subject: [PATCH] feat: Update changelog for release v2.3.0 Signed-off-by: imjoey --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04fc6212c..7b69d0cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,11 +20,20 @@ ## Table of Contents +- [2.3.0](#230) - [2.2.1](#221) - [2.2.0](#220) - [2.1.0](#210) - [2.0.0](#200) +## 2.3.0 + +This release mainly contains two new features. + +### New Feature +- chore: Rename apisix-openresty to apisix-base [#103](https://github.com/api7/apisix-build-tools/pull/103) +- ci: Upload apisix-openresty/apisix/dashboard artifact [#102](https://github.com/api7/apisix-build-tools/pull/102) + ## 2.2.1 This release mainly contains two important bugfixes, as well as a feature.