From 64e65bfbedf2026cd2e744edfb0a8388f561167f Mon Sep 17 00:00:00 2001 From: Felipe Cardozo Date: Wed, 7 Aug 2024 15:46:04 -0300 Subject: [PATCH] build: bump to 0.2.8 --- Connector.toml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Connector.toml b/Connector.toml index b4ad465..9287af7 100644 --- a/Connector.toml +++ b/Connector.toml @@ -1,7 +1,7 @@ [package] name = "mqtt-source" group = "infinyon" -version = "0.2.7" +version = "0.2.8" apiVersion = "0.1.0" fluvio = "0.11.11" description = "MQTT source connector" diff --git a/README.md b/README.md index 2a2c031..992bda5 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ This is an example of connector config file: # config-example.yaml apiVersion: 0.1.0 meta: - version: 0.2.7 + version: 0.2.8 name: my-mqtt-connector type: mqtt-source topic: mqtt-topic @@ -104,7 +104,7 @@ The previous example can be extended to add extra transformations to outgoing re # config-example.yaml apiVersion: 0.1.0 meta: - version: 0.2.7 + version: 0.2.8 name: my-mqtt-connector type: mqtt-source topic: mqtt-topic