From 0f8bd01339efb78cea8ae54b7639ba7ef2722565 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Mon, 5 Nov 2018 13:41:24 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae9f013..dd613b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [4.1.0] +- Fixes php-amqplib at 2.8.0 +- Adds filters for rabbitmq queue options +- Adds options for rabbitmq vhost. Defaults to `/` + ## [4.0.0] Fixed a bug with the WP Cron client where $args were passed to callback functions as individual callback args, instead of as a single array as intended.