Skip to content

Commit 4b4c5d9

Browse files
authored
Bump version to 1.13.0 (#1594)
* Bump version to 1.13.0 * Update CHANGELOG.asciidoc
1 parent f54a37b commit 4b4c5d9

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
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.13.0]]
27+
==== 1.13.0
28+
29+
[float]
30+
===== Features
31+
- {pull}1498[#1498] OpenTelemetry Bridge - integration with `System.Diagnostics.Activity` - Beta (issue: {issue}1521[#1521])
32+
33+
2634
[[release-notes-1.12.1]]
2735
==== 1.12.1
2836

src/Directory.Build.props

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

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.1-beta.1"
3+
version = "1.13.0-beta.1"
44
edition = "2018"
55
authors = ["Elastic and Contributors"]
66
description = "Elastic APM .NET agent CLR profiler"

0 commit comments

Comments
 (0)