Skip to content

Commit fc575c4

Browse files
committed
Merge with main and update changelog
Signed-off-by: Victor Chang <[email protected]>
2 parents 4906d18 + 1cf86f7 commit fc575c4

File tree

3 files changed

+20
-2
lines changed

3 files changed

+20
-2
lines changed

.github/.gitversion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ branches:
2929
ignore:
3030
sha: []
3131
merge-message-formats: {}
32-
next-version: 0.3.7
32+
next-version: 0.3.11

docs/changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,24 @@
1717

1818
# Changelog
1919

20+
## 0.3.12
21+
22+
[GitHub Milestone 0.3.11](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/17)
23+
24+
- Fixes exception handling for unavailable previously created dead-letter queues
25+
26+
## 0.3.11
27+
28+
[GitHub Milestone 0.3.11](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/16)
29+
30+
- Adds exception handling for unavailable previously created dead-letter queues
31+
32+
## 0.3.10
33+
34+
[GitHub Milestone 0.3.10](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/15)
35+
36+
- Fixes payload assembler not respecting user configured timeout window
37+
2038
## 0.3.8
2139

2240
[GitHub Milestone 0.3.8](https://github.com/Project-MONAI/monai-deploy-informatics-gateway/milestone/14)

src/Database/Monai.Deploy.InformaticsGateway.Database.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<ProjectReference Include="EntityFramework\Monai.Deploy.InformaticsGateway.Database.EntityFramework.csproj" />
3333
<ProjectReference Include="MongoDB\Monai.Deploy.InformaticsGateway.Database.MongoDB.csproj" />
3434
</ItemGroup>
35-
35+
3636
<ItemGroup>
3737
<Compile Remove="EntityFramework\**" />
3838
<EmbeddedResource Remove="EntityFramework\**" />

0 commit comments

Comments
 (0)