chore: bump version && update changes

This commit is contained in:
firest 2023-01-31 18:04:45 +08:00
parent c034cbf6de
commit 9f4c36ecbc
3 changed files with 7 additions and 1 deletions

View File

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

View File

@ -0,0 +1,3 @@
Allow the placeholder to be anywhere in the topic for `authz` rules.
e.g:
`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`

View File

@ -0,0 +1,3 @@
允许占位符出现在 `authz` 规则中的主题里的任意位置。
例如:
`{allow, {username, "who"}, publish, ["t/foo${username}boo/${clientid}xxx"]}.`