Skip to content

Commit

Permalink
Prepare for release (#39184)
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshLove-msft committed Oct 10, 2023
1 parent b290d70 commit c91f4ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
# Release History

## 6.1.0-beta.1 (Unreleased)

### Features Added

### Breaking Changes
## 6.0.1 (2023-10-10)

### Bugs Fixed

### Other Changes
- Added support for the legacy checkpoint format when making scaling decisions.

## 6.0.0 (2023-09-12)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFrameworks>netstandard2.0</TargetFrameworks>
<Description>Microsoft Azure WebJobs SDK EventHubs Extension</Description>
<Version>6.1.0-beta.1</Version>
<Version>6.0.1</Version>
<!--The ApiCompatVersion is managed automatically and should not generally be modified manually.-->
<ApiCompatVersion>6.0.0</ApiCompatVersion>
<NoWarn>$(NoWarn);AZC0001;CS1591;SA1636</NoWarn>
Expand Down

0 comments on commit c91f4ba

Please sign in to comment.