@@ -1,6 +1,6 @@
{application, emqx_bridge_gcp_pubsub, [
{description, "EMQX Enterprise GCP Pub/Sub Bridge"},
- {vsn, "0.1.7"},
+ {vsn, "0.1.8"},
{registered, []},
{applications, [
kernel,
@@ -1,7 +1,7 @@
%% -*- mode: erlang -*-
{application, emqx_bridge_kafka, [
{description, "EMQX Enterprise Kafka Bridge"},
- {vsn, "0.1.8"},
+ {vsn, "0.1.9"},
{registered, [emqx_bridge_kafka_consumer_sup]},
{application, emqx_bridge_kinesis, [
{description, "EMQX Enterprise Amazon Kinesis Bridge"},
- {vsn, "0.1.1"},
+ {vsn, "0.1.2"},
{application, emqx_gateway, [
{description, "The Gateway management application"},
- {vsn, "0.1.23"},
+ {vsn, "0.1.24"},
{mod, {emqx_gateway_app, []}},
{applications, [kernel, stdlib, emqx, emqx_authn, emqx_ctl]},
{application, emqx_ldap, [
{description, "EMQX LDAP Connector"},
@@ -3,7 +3,7 @@
{id, "emqx_machine"},
{description, "The EMQX Machine"},
% strict semver, bump manually!
- {vsn, "0.2.12"},
+ {vsn, "0.2.13"},
{modules, []},
{applications, [kernel, stdlib, emqx_ctl]},
{application, emqx_opentelemetry, [
{description, "OpenTelemetry for EMQX Broker"},
{mod, {emqx_otel_app, []}},
{applications, [kernel, stdlib, emqx]},
@@ -2,7 +2,7 @@
{application, emqx_rule_engine, [
{description, "EMQX Rule Engine"},
- {vsn, "5.0.23"},
+ {vsn, "5.0.24"},
{registered, [emqx_rule_engine_sup, emqx_rule_engine]},
{applications, [kernel, stdlib, rulesql, getopt, emqx_ctl, uuid]},