From 7ae050e9058d00796ca158d05d23854ff6845e2d Mon Sep 17 00:00:00 2001 From: Luke Bakken Date: Fri, 21 Oct 2022 06:26:23 -0700 Subject: [PATCH] Version 1.1.1 --- README.md | 4 ++++ src/rabbitmq_email.app.src | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 379455d..99a337d 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/src/rabbitmq_email.app.src b/src/rabbitmq_email.app.src index e30b321..7ccba24 100644 --- a/src/rabbitmq_email.app.src +++ b/src/rabbitmq_email.app.src @@ -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, []}},