Skip to content

Commit cc1521f

Browse files
authored
feat: update wasm-nginx-module 0.6.5 (#329)
Signed-off-by: Sn0rt <[email protected]>
1 parent fe1b7e8 commit cc1521f

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
## Table of Contents
2222

23+
- [2.5.1](#251)
2324
- [2.5.0](#250)
2425
- [2.4.0](#240)
2526
- [2.3.0](#230)
@@ -28,6 +29,14 @@
2829
- [2.1.0](#210)
2930
- [2.0.0](#200)
3031

32+
## 2.5.1
33+
34+
This release update wasm-nginx-module
35+
36+
### New Feature
37+
38+
- feat: update wasm-nginx-module to 0.6.5 [#328](https://github.com/api7/apisix-build-tools/issues/328)
39+
3140
## 2.5.0
3241

3342
This release contains serveral new features and important bugfixes.

build-apisix-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ else
2323
ngx_multi_upstream_module_ver="1.1.1"
2424
mod_dubbo_ver="1.0.2"
2525
apisix_nginx_module_ver="1.12.0"
26-
wasm_nginx_module_ver="0.6.4"
26+
wasm_nginx_module_ver="0.6.5"
2727
lua_var_nginx_module_ver="v0.5.3"
2828
grpc_client_nginx_module_ver="v0.4.2"
2929
amesh_ver="main"

0 commit comments

Comments
 (0)