Skip to content

Commit 3af0b1d

Browse files
Bumping minor version and removing old notes from release_notes.md (#8540)
1 parent f3eca20 commit 3af0b1d

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
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>8</MinorVersion>
7+
<MinorVersion>9</MinorVersion>
88
<PatchVersion>0</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>

release_notes.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
- Update Python Worker Version to [4.3.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.3.0)
66

77
- Surface exception type and details from out-of-proc user code to App Insights (#8314)
8-
- Updated Java Worker Version to [2.3.1](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.3.1)
98

10-
**Release sprint:** Sprint 123
11-
[ [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) ]
9+
**Release sprint:** Sprint 124
10+
[ [bugs](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+124%22+label%3Abug+is%3Aclosed) | [features](https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+124%22+label%3Afeature+is%3Aclosed) ]

0 commit comments

Comments
 (0)