Skip to content

Commit

Permalink
Bump 1.22.0 release and introduce release notes (#2061)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz authored Apr 28, 2023
1 parent de265dc commit 1248195
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,17 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.22.0]]
==== 1.22.0
===== Features
- {pull}2050[#2050] Enable listening to `Microsoft.Data.SqlClient.EventSource` on .NET full framework.
===== Bug fixes
- {pull}2054[#2054] Eager load APM configuration.
- {pull}2049[#2049] Increase logging of profiler if expected rejit target is not found.
[[release-notes-1.21.0]]
==== 1.21.0
Expand Down
4 changes: 2 additions & 2 deletions src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.22.0</AssemblyVersion>
<InformationalVersion>1.22.0-alpha</InformationalVersion>
<InformationalVersion>1.22.0</InformationalVersion>
<FileVersion>1.22.0</FileVersion>
<VersionPrefix>1.22.0-alpha</VersionPrefix>
<VersionPrefix>1.22.0</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2022 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.22.0-alpha"
version = "1.22.0"
edition = "2018"
authors = ["Elastic and Contributors"]
description = "Elastic APM .NET agent CLR profiler"
Expand Down

0 comments on commit 1248195

Please sign in to comment.