feat: release 0.5.0 (#112)

* feat: release 0.5.0

* fix version

Co-authored-by: soulbird <zhaothree@gmail.com>
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de7252f..77bd629 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -23,11 +23,21 @@
 
 ## Table of Contents
 
+- [0.5.0](#050)
 - [0.4.0](#040)
 - [0.3.0](#030)
 - [0.2.0](#020)
 - [0.1.0](#010)
 
+## 0.5.0
+
+### Feature
+- :sunrise: feat: response_rewrite plugin support replace body via origin res body [#109](https://github.com/apache/apisix-go-plugin-runner/pull/109)
+- :sunrise: feat: support get response body by extra_info [107](https://github.com/apache/apisix-go-plugin-runner/pull/107)
+
+### Bugfix
+- fix: set the correct rpc response type when meet an error [#102](https://github.com/apache/apisix-go-plugin-runner/pull/102)
+
 ## 0.4.0
 
 ### Feature
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 5f57b4a..d0e8c32 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": 0.4,
+  "version": 0.5,
   "sidebar": [
     {
       "type": "doc",
diff --git a/docs/en/latest/getting-started.md b/docs/en/latest/getting-started.md
index ec558ec..df39430 100644
--- a/docs/en/latest/getting-started.md
+++ b/docs/en/latest/getting-started.md
@@ -34,6 +34,7 @@
 | apisix-go-plugin-runner |                         Apache APISIX |
 |------------------------:|--------------------------------------:|
 |                `master` |              `master` is recommended. |
+|                 `0.5.0` |   `>= 3.0.0`, `3.0.0` is recommended. |
 |                 `0.4.0` | `>= 2.14.1`, `2.14.1` is recommended. |
 |                 `0.3.0` | `>= 2.13.0`, `2.13.0` is recommended. |
 |                 `0.2.0` |   `>= 2.9.0`, `2.9.0` is recommended. |