Skip to content

Commit 77cc8a7

Browse files
Resetting release notes and bumping minor version (#8485)
1 parent 24dfa3d commit 77cc8a7

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
7-
<MinorVersion>7</MinorVersion>
7+
<MinorVersion>8</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,5 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5-
**Release sprint:** Sprint 122
6-
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+122%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+122%22+label%3Afeature+is%3Aclosed) ]
7-
- Updated Node.js Worker Version to [3.4.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.4.0)
8-
- Added support for no storage account scenarios (#8083)
9-
- Update PowerShell Worker 7.0 to 4.0.2045 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2045)
10-
- Update PowerShell Worker 7.2 to 4.0.2040 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2040)
11-
- Update App Service Authentication/Authorization on Linux Consumption from 1.4.15 to 1.4.17 [Release Note](https://github.com/Azure/app-service-announcements/issues/375)
5+
**Release sprint:** Sprint 123
6+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+123%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+123%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)