Skip to content

Commit bba9347

Browse files
Fix version as 3.4.3 never shipped (Azure#47249)
1 parent 34c419f commit bba9347

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/CHANGELOG.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,10 @@
11
# Release History
22

3-
## 3.4.4 (2024-11-19)
3+
## 3.4.3 (2024-11-19)
44

55
### Bugs Fixed
66

77
- Return correct `WebHook-Allowed-Origin` response header for CloudEvent schema subscriptions for gov cloud.
8-
9-
## 3.4.3 (2024-09-10)
10-
11-
### Bugs Fixed
12-
138
- Prevent DateTime values from being translated by NewtonSoft when parsing payloads. They are now treated as strings.
149

1510
## 3.4.2 (2024-07-30)

sdk/eventgrid/Microsoft.Azure.WebJobs.Extensions.EventGrid/src/Microsoft.Azure.WebJobs.Extensions.EventGrid.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<PropertyGroup>
33
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
44
<Description>This extension adds bindings for EventGrid</Description>
5-
<Version>3.4.4</Version>
5+
<Version>3.4.3</Version>
66
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
77
<ApiCompatVersion>3.4.2</ApiCompatVersion>
88
<NoWarn>$(NoWarn);CS1591</NoWarn>

0 commit comments

Comments
 (0)