You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/08/02 08:08:42 UTC

[apisix-dashboard] branch feat-release-1.5 updated: feat: update CHANGELOG

This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch feat-release-1.5
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


The following commit(s) were added to refs/heads/feat-release-1.5 by this push:
     new bb1bade  feat: update CHANGELOG
bb1bade is described below

commit bb1bade9665f36c555fd553d69892ea8f7c18ff6
Author: juzhiyuan <ju...@apache.org>
AuthorDate: Sun Aug 2 16:07:49 2020 +0800

    feat: update CHANGELOG
---
 CHANGELOG.md | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index d72bc3b..4555f11 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,8 +19,19 @@
 
 # Table of Contents
 
+- [1.5.0](#150)
 - [1.0.0](#100)
 
+# 1.5.0
+
+This release mainly refactors the dashboard.
+
+### Core
+
+- Integrate with Ant Design Pro. [#263](https://github.com/apache/apisix-dashboard/pull/263)
+- Added Manager API support to process logics between APISIX and Dashboard.
+- Added Metrics/Route/SSL/Upstream/Consumer module.
+
 ## 1.0.0
 
 This release is mainly to build some basic panels and resolve License issue.