Skip to content

Commit

Permalink
chore: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
raschan committed Aug 24, 2021
1 parent 6b7b928 commit 2483109
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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
{
Expand Down

0 comments on commit 2483109

Please sign in to comment.