From c4a5675d2f9e3e7023f604f15556a3e419ff2551 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 18 Nov 2023 15:38:45 +0000 Subject: [PATCH] chore(main): release 4.3.4 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e1e74bbe4..6d87ae7d9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "4.3.3" + ".": "4.3.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 41130bf8f..d4dd92d17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.3.4](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v4.3.3...v4.3.4) (2023-11-18) + + +### Bug Fixes + +* load routeserviceprovider from correct namespace ([0d3ed81](https://github.com/Vatsim-Scandinavia/controlcenter/commit/0d3ed8140f037386841be3ea0b54a28248d8b0c1)) +* rounding error in training application hours ([918ec71](https://github.com/Vatsim-Scandinavia/controlcenter/commit/918ec7113fa9ed52313de7d30de7590f9d6f60ad)), closes [#687](https://github.com/Vatsim-Scandinavia/controlcenter/issues/687) +* show task request only in correct training types ([13c7626](https://github.com/Vatsim-Scandinavia/controlcenter/commit/13c76262bce58a499c673687d730fc1751896e7f)), closes [#696](https://github.com/Vatsim-Scandinavia/controlcenter/issues/696) +* submitter link in feedback report ([9bca71e](https://github.com/Vatsim-Scandinavia/controlcenter/commit/9bca71ef5dcf38991256df410520a64f85485dbc)), closes [#697](https://github.com/Vatsim-Scandinavia/controlcenter/issues/697) +* task table responsiveness on small screens ([34e0614](https://github.com/Vatsim-Scandinavia/controlcenter/commit/34e06145ef697f8f1aac816bd5639e1ef04828c3)) + ## [4.3.3](https://github.com/Vatsim-Scandinavia/controlcenter/compare/v4.3.2...v4.3.3) (2023-10-21)