Changelog
=========

> **Tags:**
> - :boom:       [Breaking Change]
> - :rocket:     [New Feature]
> - :bug:        [Bug Fix]
> - :memo:       [Documentation]
> - :house:      [Internal]
> - :nail_care:  [Polish]

## v3.88.0 (2022-08-22)

#### :rocket: New Feature

* Implemented a new `clone` method
* Implemented iterable behavior

#### :bug: Bug Fix

* Changed the internal queue structure to `core/linked-list`

## v3.67.0 (2021-12-01)

#### :boom: Breaking Change

* Renamed `Tasks` to `InnerQueue`
* Renamed `CreateTasks` to `CreateInnerQueue`
* Renamed `QueueOptions.tasksFactory` to `QueueOptions.queueFactory`

## v3.20.0 (2020-07-05)

#### :rocket: New Feature

* Added tests
