Skip to content

Commit

Permalink
Add RabbitMQ support
Browse files Browse the repository at this point in the history
  • Loading branch information
everesio committed May 13, 2023
1 parent acf8f91 commit 105c16a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Changelog

### [v0.5.0](https://github.com/grepplabs/mqtt-proxy/releases/tag/v0.5.0) - 13 May 2023

* Add RabbitMQ support

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

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

.PHONY: clean build fmt test

TAG ?= v0.4.0
TAG ?= v0.5.0

BUILD_FLAGS ?=
BINARY ?= mqtt-proxy
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ MQTT Proxy allows MQTT clients to send messages to other messaging systems
* [x] [Amazon SQS](https://aws.amazon.com/sqs/)
* [x] [Amazon SNS](https://aws.amazon.com/sns/)
* [ ] [Amazon Kinesis](https://aws.amazon.com/kinesis/)
* [ ] [RabbitMQ](https://www.rabbitmq.com/)
* [x] [RabbitMQ](https://www.rabbitmq.com/)
* [ ] Others
* Authentication
* [x] Noop
Expand Down

0 comments on commit 105c16a

Please sign in to comment.