diff --git a/CHANGELOG.md b/CHANGELOG.md index aa536053d..ee66a3f14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## [1.0.6](https://github.com/wfcd/genesis/compare/v1.0.5...v1.0.6) (2022-01-17) + + +### Bug Fixes + +* **tracking:** clear custom pings ([9b1be34](https://github.com/wfcd/genesis/commit/9b1be34ec2321662c8a33d501dd9fc1ade879e7a)), closes [#514](https://github.com/wfcd/genesis/issues/514) [#513](https://github.com/wfcd/genesis/issues/513) +* paginate void trader interaction ([eee4c27](https://github.com/wfcd/genesis/commit/eee4c27dfc602b08f1f219bd13e4703d910fae06)), closes [#512](https://github.com/wfcd/genesis/issues/512) +* support first half of [#513](https://github.com/wfcd/genesis/issues/513) ([846d04a](https://github.com/wfcd/genesis/commit/846d04aeca1e8d7762c1498736b9322c8bf58884)) + ## [1.0.5](https://github.com/wfcd/genesis/compare/v1.0.4...v1.0.5) (2021-12-16) diff --git a/package.json b/package.json index 13030a639..43174b679 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesis", - "version": "1.0.5", + "version": "1.0.6", "description": "A Warframe bot for your Discord server or clan :star:", "main": "main.js", "private": true,