Skip to content

Commit

Permalink
Prepare release 1.12.1 (#1565)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkalapos authored Nov 15, 2021
1 parent c1624c4 commit 80e7c0a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.12.1]]
==== 1.12.1
[float]
===== Bug fixes
- {pull}1564[#1564] Failed sending event error with missing span.context.destination.service.name required field on older APM Servers (issue: {issue}1563[#1563])
[[release-notes-1.12.0]]
==== 1.12.0
Expand Down
8 changes: 4 additions & 4 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.12.0</AssemblyVersion>
<InformationalVersion>1.12.0</InformationalVersion>
<FileVersion>1.12.0</FileVersion>
<VersionPrefix>1.12.0</VersionPrefix>
<AssemblyVersion>1.12.1</AssemblyVersion>
<InformationalVersion>1.12.1</InformationalVersion>
<FileVersion>1.12.1</FileVersion>
<VersionPrefix>1.12.1</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2021 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
Expand Down
2 changes: 1 addition & 1 deletion src/elastic_apm_profiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "elastic_apm_profiler"
version = "1.12.0-beta.1"
version = "1.12.1-beta.1"
edition = "2018"
authors = ["Elastic and Contributors"]
description = "Elastic APM .NET agent CLR profiler"
Expand Down

0 comments on commit 80e7c0a

Please sign in to comment.