feat: release 3.0.1 (#2781)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1a75fdd..b98d6b1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
# Table of Contents
+- [3.0.1](#301)
- [3.0.0](#300)
- [2.15.0](#2150)
- [2.14.0](#2140)
@@ -43,6 +44,32 @@
- [1.5.0](#150)
- [1.0.0](#100)
+## 3.0.1
+
+### Core
+
+- feat: add search functionality for ID, host, and description fields [#2750](https://github.com/apache/apisix-dashboard/pull/2750)
+- feat: support ipv6 in upstream nodes [#2766](https://github.com/apache/apisix-dashboard/pull/2766)
+
+### Bugfix
+
+- fix: plugins display in list of routes [#2704](https://github.com/apache/apisix-dashboard/pull/2704)
+- fix: plugin config page error [#2739](https://github.com/apache/apisix-dashboard/pull/2739)
+- fix: Plugin disable invalid in API /plugin?all=true [#2737](https://github.com/apache/apisix-dashboard/pull/2737)
+- fix: update URL of the online playground [#2760](https://github.com/apache/apisix-dashboard/pull/2760)
+- fix: remove route name length limit [#2759](https://github.com/apache/apisix-dashboard/pull/2759)
+- fix: change regex template to optional in proxy write [#2762](https://github.com/apache/apisix-dashboard/pull/2762)
+- fix: ssl table expiration time display [#2763](https://github.com/apache/apisix-dashboard/pull/2763)
+- fix: disable global plugin invalid [#2757](https://github.com/apache/apisix-dashboard/pull/2757)
+- fix: upstream nodes metadata miss [#2773](https://github.com/apache/apisix-dashboard/pull/2773)
+- fix: remove ssl check in redirect https [#2770](https://github.com/apache/apisix-dashboard/pull/2770)
+
+### Chore
+
+- chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 in /web [#2730](https://github.com/apache/apisix-dashboard/pull/2730)
+- chore: update dependency [#2752](https://github.com/apache/apisix-dashboard/pull/2752)
+- chore: update the year in the NOTICE [#2726](https://github.com/apache/apisix-dashboard/pull/2726)
+
## 3.0.0
### Core
diff --git a/README.md b/README.md
index e572a73..7bd19a8 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
- The master version should be used with Apache APISIX master version.
-- The latest released version is [3.0.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.0.x](https://apisix.apache.org/downloads/).
+- The latest released version is [3.0.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 3.0.x](https://apisix.apache.org/downloads/).
## What's Apache APISIX Dashboard
diff --git a/api/VERSION b/api/VERSION
index 4a36342..cb2b00e 100644
--- a/api/VERSION
+++ b/api/VERSION
@@ -1 +1 @@
-3.0.0
+3.0.1
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 7d3b343..5b175d6 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
{
- "version": "3.0.0",
+ "version": "3.0.1",
"sidebar": [
{
"type": "category",
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index 2a9fcbe..82f5d44 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -48,7 +48,7 @@
```shell
# 1. install RPM package
-sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v3.0.0/apisix-dashboard-3.0.0-0.el7.x86_64.rpm
+sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v3.0.1/apisix-dashboard-3.0.1-0.el7.x86_64.rpm
```
### Launch
diff --git a/web/package.json b/web/package.json
index bd2b6f1..854ae9f 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
{
"name": "apisix-dashboard",
- "version": "3.0.0",
+ "version": "3.0.1",
"private": true,
"description": "Dashboard for Apache APISIX",
"scripts": {