diff --git a/CHANGELOG.md b/CHANGELOG.md index 921271cc..49b57024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.21.0](https://github.com/ssilve1989/ulti-project/compare/v1.20.0...v1.21.0) (2024-12-10) + + +### Features + +* **signups:** support Futures Rewritten ([#576](https://github.com/ssilve1989/ulti-project/issues/576)) ([f057b52](https://github.com/ssilve1989/ulti-project/commit/f057b5290870f9adace2b264f837fb35d37eca73)) + + +### Bug Fixes + +* **tasks:** fix clear check cron timer ([94406bb](https://github.com/ssilve1989/ulti-project/commit/94406bb4f4461d257c1b5bb77538bc5d20279520)) +* **turboprog:** implement hack to find offset of sheet values when searching spreadsheet ([0c7b3a6](https://github.com/ssilve1989/ulti-project/commit/0c7b3a624072f56bb268709f13a59a985adb888e)) + ## [1.20.0](https://github.com/ssilve1989/ulti-project/compare/v1.19.0...v1.20.0) (2024-11-11) diff --git a/package.json b/package.json index 2eb23e0a..9fb10f86 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ulti-project", "packageManager": "pnpm@9.15.0+sha512.76e2379760a4328ec4415815bcd6628dee727af3779aaa4c914e3944156c4299921a89f976381ee107d41f12cfa4b66681ca9c718f0668fa0831ed4c6d8ba56c", - "version": "1.20.0", + "version": "1.21.0", "description": "Ulti-Project Discord Bot", "author": "", "type": "module",