Skip to content

Commit bc9f08d

Browse files
committed
Prepare v.0.4.0 release
1 parent 4984b6e commit bc9f08d

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
## Changelog
22

3+
4+
### [v0.4.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.4.0) - 15 April 2023
5+
6+
* Add AWS SQS and SNS support
7+
* Flag `--mqtt.publisher.message-format` allows selection of message format: `plain`, `base64` and `json`
8+
39
### [v0.3.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.3.0) - 11 April 2023
410

511
* Update confluent-kafka-go to v2.0.2

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
.PHONY: clean build fmt test
44

5-
TAG ?= v0.3.0
5+
TAG ?= v0.4.0
66

77
BUILD_FLAGS ?=
88
BINARY ?= mqtt-proxy

0 commit comments

Comments
 (0)