feat: release 0.3.0 (#75)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e81d6f..0024c44 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,15 +23,34 @@
 
 ## Table of Contents
 
+- [0.3.0](#030)
 - [0.2.0](#020)
 - [0.1.0](#010)
 
+## 0.3.0
+
+### Feature
+
+- :sunrise: feat: support upstream response header modify [#68](https://github.com/apache/apisix-go-plugin-runner/pull/68)
+- :sunrise: feat: support fetch request body [#70](https://github.com/apache/apisix-go-plugin-runner/pull/70)
+- :sunrise: feat: introduce context to plugin runner [#63](https://github.com/apache/apisix-go-plugin-runner/pull/63)
+- :sunrise: feat: add fault-injection plugin for benchmark [#46](https://github.com/apache/apisix-go-plugin-runner/pull/46)
+- :sunrise: feat: add e2e framework [#72](https://github.com/apache/apisix-go-plugin-runner/pull/72)
+
+### Bugfix
+
+- fix: write response header break request [#65](https://github.com/apache/apisix-go-plugin-runner/pull/65)
+- fix: addressed blank space of GITSHA populated [#58](https://github.com/apache/apisix-go-plugin-runner/pull/58)
+- fix: make sure the cached conf expires after the token [#44](https://github.com/apache/apisix-go-plugin-runner/pull/44)
+- fix: avoid reusing nil builder [#42](https://github.com/apache/apisix-go-plugin-runner/pull/42)
+
 ## 0.2.0
 
 ### Feature
 
 - :sunrise: feat: support Var API [#31](https://github.com/apache/apisix/pull/31)
-- :sunrise: feat: provide default APISIX_CONF_EXPIRE_TIME to simplify thing [#30](https://github.com/apache/apisix/pull/30)
+- :sunrise: feat: provide default APISIX_CONF_EXPIRE_TIME to simplify
+  thing [#30](https://github.com/apache/apisix/pull/30)
 - :sunrise: feat: handle idempotent key in PrepareConf [#27](https://github.com/apache/apisix/pull/27)
 
 ### Bugfix
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index b47e193..449be4a 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": 0.2,
+  "version": 0.3,
   "sidebar": [
     {
       "type": "doc",
diff --git a/docs/en/latest/getting-started.md b/docs/en/latest/getting-started.md
index 43a996a..1146844 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -24,7 +24,7 @@
 ## Prerequisites
 
 * Go (>= 1.15)
-* APISIX (>= 2.9.0)
+* APISIX (>= 2.13.0)
 
 ## Installation