@@ -2,7 +2,7 @@
{application, emqx, [
{id, "emqx"},
{description, "EMQX Core"},
- {vsn, "5.4.1"},
+ {vsn, "5.4.2"},
{modules, []},
{registered, []},
{applications, [
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_auth, [
{description, "EMQX Authentication and authorization"},
- {vsn, "0.4.1"},
+ {vsn, "0.4.2"},
{registered, [emqx_auth_sup]},
{application, emqx_bridge, [
{description, "EMQX bridges"},
- {vsn, "0.2.5"},
+ {vsn, "0.2.6"},
{registered, [emqx_bridge_sup]},
{mod, {emqx_bridge_app, []}},
{application, emqx_cluster_link, [
{description, "EMQX Cluster Linking"},
% strict semver, bump manually!
- {vsn, "0.1.1"},
+ {vsn, "0.1.2"},
{application, emqx_dashboard, [
{description, "EMQX Web Dashboard"},
- {vsn, "5.1.5"},
+ {vsn, "5.1.6"},
{registered, [emqx_dashboard_sup]},
{application, emqx_ds_builtin_local, [
{description, "A DS backend that stores all data locally and thus doesn't support clustering."},
- {vsn, "0.2.0"},
+ {vsn, "0.2.1"},
{applications, [kernel, stdlib, gproc, mria, rocksdb, emqx_durable_storage, emqx_utils]},
{application, emqx_ds_builtin_raft, [
{description, "Raft replication layer for the durable storage"},
{applications, [kernel, stdlib, gproc, mria, ra, emqx_durable_storage]},
@@ -1,6 +1,6 @@
{application, emqx_ds_shared_sub, [
{description, "EMQX DS Shared Subscriptions"},
{registered, [emqx_ds_shared_sub_sup]},
{mod, {emqx_ds_shared_sub_app, []}},
{application, emqx_durable_storage, [
{description, "Message persistence and subscription replays for EMQX"},
- {vsn, "0.4.0"},
+ {vsn, "0.4.1"},
{applications, [kernel, stdlib, rocksdb, gproc, mria, emqx_utils, gen_rpc]},
{application, emqx_gateway, [
{description, "The Gateway management application"},
- {vsn, "0.2.1"},
+ {vsn, "0.2.2"},
{mod, {emqx_gateway_app, []}},
@@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
- {vsn, "0.3.5"},
+ {vsn, "0.3.6"},
{applications, [kernel, stdlib, emqx_ctl, redbug]},
{application, emqx_management, [
{description, "EMQX Management API and CLI"},
- {vsn, "5.3.1"},
+ {vsn, "5.3.2"},
{registered, [emqx_management_sup]},
{application, emqx_retainer, [
{description, "EMQX Retainer"},
- {vsn, "5.0.27"},
+ {vsn, "5.0.28"},
{registered, [emqx_retainer_sup]},
{applications, [kernel, stdlib, emqx, emqx_ctl]},
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
- {vsn, "5.2.1"},
+ {vsn, "5.2.2"},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{application, emqx_utils, [
{description, "Miscellaneous utilities for EMQX apps"},
- {vsn, "5.4.0"},
+ {vsn, "5.4.1"},
{modules, [
emqx_utils,
emqx_utils_api,