From 25bca2cd44e004c155c869b3fd269b30b96385a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Jan 2023 08:13:04 -0800 Subject: [PATCH] Bump actions/cache from 3.0.11 to 3.2.3 (#313) Bumps [actions/cache](https://github.com/actions/cache) from 3.0.11 to 3.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3.0.11...v3.2.3) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/.gitversion.yml | 2 +- docs/changelog.md | 8 +++++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/.gitversion.yml b/.github/.gitversion.yml index 1321ade87..4e3cc7a0a 100644 --- a/.github/.gitversion.yml +++ b/.github/.gitversion.yml @@ -29,4 +29,4 @@ branches: ignore: sha: [] merge-message-formats: {} -next-version: 0.3.11 +next-version: 0.3.12 diff --git a/docs/changelog.md b/docs/changelog.md index f2b4e840e..017493856 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -17,9 +17,15 @@ # Changelog +## 0.3.13 + +[GitHub Milestone 0.3.13](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/18) + +- Fixes an issue where failure uploads caused payload to stuck in the queue and stops processing any incoming data. + ## 0.3.12 -[GitHub Milestone 0.3.11](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/17) +[GitHub Milestone 0.3.12](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/17) - Fixes exception handling for unavailable previously created dead-letter queues