Skip to content

Commit 80e7c0a

Browse files
authored
Prepare release 1.12.1 (#1565)
1 parent c1624c4 commit 80e7c0a

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.asciidoc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ endif::[]
2323
[[release-notes-1.x]]
2424
=== .NET Agent version 1.x
2525
26+
[[release-notes-1.12.1]]
27+
==== 1.12.1
28+
29+
[float]
30+
===== Bug fixes
31+
- {pull}1564[#1564] Failed sending event error with missing span.context.destination.service.name required field on older APM Servers (issue: {issue}1563[#1563])
32+
33+
2634
[[release-notes-1.12.0]]
2735
==== 1.12.0
2836

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
<!-- Src Directory Build Properties -->
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44
<PropertyGroup>
5-
<AssemblyVersion>1.12.0</AssemblyVersion>
6-
<InformationalVersion>1.12.0</InformationalVersion>
7-
<FileVersion>1.12.0</FileVersion>
8-
<VersionPrefix>1.12.0</VersionPrefix>
5+
<AssemblyVersion>1.12.1</AssemblyVersion>
6+
<InformationalVersion>1.12.1</InformationalVersion>
7+
<FileVersion>1.12.1</FileVersion>
8+
<VersionPrefix>1.12.1</VersionPrefix>
99
<Authors>Elastic and contributors</Authors>
1010
<Copyright>2021 Elasticsearch BV</Copyright>
1111
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>

src/elastic_apm_profiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "elastic_apm_profiler"
3-
version = "1.12.0-beta.1"
3+
version = "1.12.1-beta.1"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Elastic APM .NET agent CLR profiler"

0 commit comments

Comments
 (0)