chore(ldap-authz): update apps version && changes

This commit is contained in:
firest 2023-08-04 15:05:08 +08:00
parent 0571fd8cac
commit b24a9d5343
3 changed files with 3 additions and 2 deletions

View File

@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
{vsn, "5.1.4"},
{vsn, "5.1.5"},
{modules, []},
{registered, []},
{applications, [

View File

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

View File

@ -0,0 +1 @@
Integrated LDAP as a authorization source.