From 2483109e9d16d6ec10490566a6484a18a4fc72db Mon Sep 17 00:00:00 2001 From: Marcell Huszti Date: Tue, 24 Aug 2021 15:56:59 +0200 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f7cd37..8cd3644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. -### 3.0.1 (2021-08-24) +## [3.0.1](https://github.com/team-supercharge/nest-amqp/compare/v2.3.0...v3.0.1) (2021-08-24) + + +### ⚠ BREAKING CHANGES + +* `acceptValidationNullObjectException` is moved to `ListenOptions` and + will not be available on `QueueModuleOptions`. +### Features + +* add support to use multiple connections ([af4d5bb](https://github.com/team-supercharge/nest-amqp/commit/af4d5bb7c2861031dbb20284b87cba88b663bab7)) ## 2.3.0 (2021-08-24) @@ -54,7 +63,7 @@ All notable changes to this project will be documented in this file. See [standa ### ⚠ BREAKING CHANGES * `AMQPService.getConnectionOptions()` was renamed to `AMQPService.getModuleOptions()`. -* `QueueModule.forRoot()` method argument interface was restructured and renamed to `QueueModuleOptions`. +* `QueueModule.forRoot()` method argument interface was restructured and renamed to `QueueModuleOptions`. The new structure (all properties are optional): ```javascript {