Skip to content

Commit 6eef155

Browse files
authored
Prepare patch release 1.3.1 (#747)
* Prepare patch release 1.3.1 * Update CHANGELOG.asciidoc
1 parent 21110d0 commit 6eef155

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@ endif::[]
2121
[[release-notes-1.x]]
2222
=== .NET Agent version 1.x
2323
24+
[[release-notes-1.3.0]]
25+
==== 1.3.1
26+
27+
[float]
28+
===== Bug fixes
29+
- Fix log spamming issues {pull}736[#736], {pull}738[#738]
30+
- Fix turning HTTP 415 responses in ASP.NET Core to HTTP 500 when request body capturing is active {pull}739[#739]
31+
- Fix disabling GC metrics collection in case no GC is triggered during the first "5*MetricsInterval" of the process {pull}745[#745]
32+
2433
[[release-notes-1.3.0]]
2534
==== 1.3.0
2635

ElasticApmAgent.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "files", "files", "{B406113B
4646
RELEASING.md = RELEASING.md
4747
global.json = global.json
4848
Directory.Build.props = Directory.Build.props
49+
CHANGELOG.asciidoc = CHANGELOG.asciidoc
4950
EndProjectSection
5051
EndProject
5152
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Elastic.Apm.PerfTests", "test\Elastic.Apm.PerfTests\Elastic.Apm.PerfTests.csproj", "{F069CE99-F418-4BC2-9E44-8F03497D8DA8}"

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- Src Directory Build Properties -->
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44
<PropertyGroup>
5-
<AssemblyVersion>1.3</AssemblyVersion>
6-
<InformationalVersion>1.3</InformationalVersion>
7-
<FileVersion>1.3</FileVersion>
5+
<AssemblyVersion>1.3.1</AssemblyVersion>
6+
<InformationalVersion>1.3.1</InformationalVersion>
7+
<FileVersion>1.3.1</FileVersion>
88

9-
<PackageVersion>1.3</PackageVersion>
9+
<PackageVersion>1.3.1</PackageVersion>
1010
<Authors>Elastic and contributors</Authors>
1111
<Copyright>2020 Elasticsearch BV</Copyright>
1212
<PackageLicenseUrl>https://github.com/elastic/apm-agent-dotnet/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)