diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ba69c9cf4..e1e74bbe4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.3.2" + ".": "4.3.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1417a712b..457d337db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [4.3.3](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v4.3.2...v4.3.3) (2023-10-21) + + +### Bug Fixes + +* sort sent/archived tasks with closed first ([1f392da](https://github.com/Vatsim-Scandinavia/controlcenter/commit/1f392da2001a339338f8be5ae90ddf31260874df)), closes [#675](https://github.com/Vatsim-Scandinavia/controlcenter/issues/675) +* update atc hours database error ([0ce09f4](https://github.com/Vatsim-Scandinavia/controlcenter/commit/0ce09f45a1e2681f62d6a11dd96afab20f24569f)), closes [#674](https://github.com/Vatsim-Scandinavia/controlcenter/issues/674) + ## [4.3.2](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v4.3.1...v4.3.2) (2023-10-14)