Skip to content

Commit 105c16a

Browse files
committed
Add RabbitMQ support
1 parent acf8f91 commit 105c16a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

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

3+
### [v0.5.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.5.0) - 13 May 2023
4+
5+
* Add RabbitMQ support
36

47
### [v0.4.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.4.0) - 15 April 2023
58

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.4.0
5+
TAG ?= v0.5.0
66

77
BUILD_FLAGS ?=
88
BINARY ?= mqtt-proxy

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ MQTT Proxy allows MQTT clients to send messages to other messaging systems
2121
* [x] [Amazon SQS](https://aws.amazon.com/sqs/)
2222
* [x] [Amazon SNS](https://aws.amazon.com/sns/)
2323
* [ ] [Amazon Kinesis](https://aws.amazon.com/kinesis/)
24-
* [ ] [RabbitMQ](https://www.rabbitmq.com/)
24+
* [x] [RabbitMQ](https://www.rabbitmq.com/)
2525
* [ ] Others
2626
* Authentication
2727
* [x] Noop

0 commit comments

Comments
 (0)