From 74e780471e060854881fc62d9a114d89b3a579a1 Mon Sep 17 00:00:00 2001 From: Andrij Orlenko <94047334+lotyp@users.noreply.github.com> Date: Tue, 21 Mar 2023 03:14:41 +0200 Subject: [PATCH] chore(master): release 1.4.2 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca8d83..335fd07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.4.2](https://github.com/wayofdev/docker-rabbitmq/compare/v1.4.1...v1.4.2) (2023-03-21) + + +### Miscellaneous + +* **deps:** update rabbitmq docker tag to v3.11.11 ([e7bbe2b](https://github.com/wayofdev/docker-rabbitmq/commit/e7bbe2baf859962e8726f20f37d85d64c40a42b8)) + ## [1.4.1](https://github.com/wayofdev/docker-rabbitmq/compare/v1.4.0...v1.4.1) (2023-03-15) diff --git a/package.json b/package.json index 365fcfd..feccea8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "1.4.1", + "version": "1.4.2", "repository": { "url": "https://github.com/wayofdev/docker-rabbitmq.git" }