Skip to content

Commit

Permalink
Bump version to 1.13.0 (#1594)
Browse files Browse the repository at this point in the history
* Bump version to 1.13.0

* Update CHANGELOG.asciidoc
  • Loading branch information
gregkalapos authored Jan 12, 2022
1 parent f54a37b commit 4b4c5d9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 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.13.0]]
==== 1.13.0
[float]
===== Features
- {pull}1498[#1498] OpenTelemetry Bridge - integration with `System.Diagnostics.Activity` - Beta (issue: {issue}1521[#1521])
[[release-notes-1.12.1]]
==== 1.12.1
Expand Down
10 changes: 5 additions & 5 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.12.1</AssemblyVersion>
<InformationalVersion>1.12.1</InformationalVersion>
<FileVersion>1.12.1</FileVersion>
<VersionPrefix>1.12.1</VersionPrefix>
<AssemblyVersion>1.13.0</AssemblyVersion>
<InformationalVersion>1.13.0</InformationalVersion>
<FileVersion>1.13.0</FileVersion>
<VersionPrefix>1.13.0</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2021 Elasticsearch BV</Copyright>
<Copyright>2022 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
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.1-beta.1"
version = "1.13.0-beta.1"
edition = "2018"
authors = ["Elastic and Contributors"]
description = "Elastic APM .NET agent CLR profiler"
Expand Down

0 comments on commit 4b4c5d9

Please sign in to comment.