chore: bump ahutz version && update CHANGES-5.0.md

This commit is contained in:
firest 2022-08-31 21:15:55 +08:00
parent 63a6cd15c1
commit 05bbadc8c5
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# 5.0.8 # 5.0.8
## Bug fixes
* Fix exhook `client.authorize` never being execauted. [#8780](https://github.com/emqx/emqx/pull/8780)
## Enhancements ## Enhancements
* change the `/gateway` API path to plural form. [#8823](https://github.com/emqx/emqx/pull/8823) * change the `/gateway` API path to plural form. [#8823](https://github.com/emqx/emqx/pull/8823)

View File

@ -1,7 +1,7 @@
%% -*- mode: erlang -*- %% -*- mode: erlang -*-
{application, emqx_authz, [ {application, emqx_authz, [
{description, "An OTP application"}, {description, "An OTP application"},
{vsn, "0.1.4"}, {vsn, "0.1.5"},
{registered, []}, {registered, []},
{mod, {emqx_authz_app, []}}, {mod, {emqx_authz_app, []}},
{applications, [ {applications, [