diff --git a/CHANGELOG.md b/CHANGELOG.md index 35eac645021c..d46713bc57e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -80,13 +80,16 @@ title: Changelog ## 3.11.0 +### Change + +- jwt-auth plugin no longer requires a private_key to be uploaded. [#11597](https://github.com/apache/apisix/pull/11597) +- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581) + ### Plugins - allow configuring keepalive_timeout [#11611](https://github.com/apache/apisix/pull/11611) -- jwt-auth plugin no longer requires a private_key to be uploaded. [#11597](https://github.com/apache/apisix/pull/11597) - add plugin attach-consmer-label [#11604](https://github.com/apache/apisix/pull/11604) - implement consumer credential [#11601](https://github.com/apache/apisix/pull/11601) -- rewrite hmac-auth plugin for usability [#11581](https://github.com/apache/apisix/pull/11581) - ai-proxy plugin [#11499](https://github.com/apache/apisix/pull/11499) - ai-prompt-decorator plugin [#11515](https://github.com/apache/apisix/pull/11515) - ai-prompt-template plugin [#11517](https://github.com/apache/apisix/pull/11517)