Skip to content

Commit

Permalink
chore: update version tag to 0.2.6 (#91)
Browse files Browse the repository at this point in the history
* chore: update version tag to `0.2.6`

* chore: update in docs

* fix: update jolt version
  • Loading branch information
EstebanBorai committed May 10, 2024
1 parent b0d3372 commit 65d4e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Connector.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "mqtt-source"
group = "infinyon"
version = "0.2.5"
version = "0.2.6"
apiVersion = "0.1.0"
fluvio = "0.11.8"
description = "MQTT source connector"
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ This is an example of connector config file:
# config-example.yaml
apiVersion: 0.1.0
meta:
version: 0.2.5
version: 0.2.6
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand Down Expand Up @@ -105,7 +105,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.5
version: 0.2.6
name: my-mqtt-connector
type: mqtt-source
topic: mqtt-topic
Expand All @@ -118,7 +118,7 @@ mqtt:
nanos: 0
payload_output_type: json
transforms:
- uses: infinyon/jolt@0.1.0
- uses: infinyon/jolt@0.4.1
with:
spec:
- operation: shift
Expand Down

0 comments on commit 65d4e42

Please sign in to comment.