Skip to content

Commit

Permalink
Prepare for release (#45269)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft authored Jul 30, 2024
1 parent 479a6dc commit d6c1aaf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# Release History

## 3.5.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed
## 3.4.2 (2024-07-30)

### Other Changes

- To mitigate a [disclosure vulnerability](https://github.com/advisories/GHSA-m5vv-6r4h-3vj9), updating the transitive dependency for `Azure.Identity` to v1.11.4 via version bump to `Microsoft.Extensions.Azure`.

## 3.4.1 (2024-04-17)

### Other Changes

- To mitigate a [disclosure vulnerability](https://github.com/advisories/GHSA-wvxc-855f-jvrv), updating the transitive dependency for `Azure.Identity` to v1.11.1 via version bump to `Microsoft.Extensions.Azure`.
- To mitigate a [disclosure vulnerability](https://github.com/advisories/GHSA-wvxc-855f-jvrv), updating the transitive dependency for `Azure.Identity` to v1.11.1 via version bump to `Microsoft.Extensions.Azure`.

## 3.3.1 (2023-11-13)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<TargetFrameworks>$(RequiredTargetFrameworks)</TargetFrameworks>
<Description>This extension adds bindings for EventGrid</Description>
<Version>3.5.0-beta.1</Version>
<Version>3.4.2</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>3.4.1</ApiCompatVersion>
<NoWarn>$(NoWarn);CS1591</NoWarn>
Expand Down

0 comments on commit d6c1aaf

Please sign in to comment.