From 11c9b6656797c9a4f3997d81c84b8a99ebcc0cfd Mon Sep 17 00:00:00 2001 From: windmgc Date: Mon, 13 May 2024 17:02:41 +0800 Subject: [PATCH] docs(*): add changelog --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 01cdef4..142fa59 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,12 @@ Release process: 1. test installing the rock from LuaRocks +### Unreleased + +- feat: decode AWS api response json body with array metatable + [114](https://github.com/Kong/lua-resty-aws/pull/114) + + ### 1.4.1 (19-Apr-2024) - fix: patch expanduser function to be more friendly to OpenResty environment