diff --git a/CHANGELOG.md b/CHANGELOG.md index 584f29fc1..d05063368 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [2.4.4](https://github.com/wfcd/genesis/compare/v2.4.3...v2.4.4) (2022-10-08) + + +### Performance Improvements + +* disable minute-granularity tracking ([9832e66](https://github.com/wfcd/genesis/commit/9832e662c3d2ae65b4d50b887ec1a741cd5f0d24)) +* disable trying to send cycle & worldstate in parallel ([8bbd5c0](https://github.com/wfcd/genesis/commit/8bbd5c07612bea063fa2b102c71478ef29348037)) +* don't error log common twitch error ([bbb4379](https://github.com/wfcd/genesis/commit/bbb43791cea853d812e8aab0103c447eb7f5269a)) +* don't try to run another of the same hydration if another is long-running ([acb20cb](https://github.com/wfcd/genesis/commit/acb20cb0f479da2a4817b6a480fba44eb367cd8f)) + ## [2.4.3](https://github.com/wfcd/genesis/compare/v2.4.2...v2.4.3) (2022-10-07) diff --git a/package.json b/package.json index a6d8f5add..d667a821d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "genesis", - "version": "2.4.3", + "version": "2.4.4", "description": "A Warframe bot for your Discord server or clan :star:", "main": "main.js", "private": true,