Skip to content

Commit

Permalink
Version 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebakken committed Oct 21, 2022
1 parent 03a0d03 commit 7ae050e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -291,6 +291,10 @@ since this is a NIF (native code) its module is not portable between platforms.

### Change Log

* [1.1.1 (Oct 21, 2022)](https://github.com/gotthardp/rabbitmq-email/milestone/5?closed=1)
* Fix EHLO response
* [Issue \#55](https://github.com/gotthardp/rabbitmq-email/issues/55)
* [PR \#56](https://github.com/gotthardp/rabbitmq-email/pull/56)
* [1.1.0 (Oct 19, 2022)](https://github.com/gotthardp/rabbitmq-email/milestone/4?closed=1)
* Compatibility with recent RabbitMQ versions.
* `3.11.x`
Expand Down
2 changes: 1 addition & 1 deletion src/rabbitmq_email.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

{application, rabbitmq_email,
[{description, " E-mail gateway for AMQP 0-9-1"},
{vsn, "1.1.0"},
{vsn, "1.1.1"},
{modules, []},
{registered, []},
{mod, {rabbitmq_email_app, []}},
Expand Down

0 comments on commit 7ae050e

Please sign in to comment.