Skip to content

Commit 70d2d98

Browse files
Prepare release 1.5 (#840)
* Update Directory.Build.props Bump version to 1.5 * Update CHANGELOG.asciidoc Add release 1.5 * Update CHANGELOG.asciidoc * Update CHANGELOG.asciidoc Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Brandon Morelli <[email protected]>
1 parent f71c401 commit 70d2d98

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.asciidoc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,22 @@ endif::[]
2121
[[release-notes-1.x]]
2222
=== .NET Agent version 1.x
2323
24+
[[release-notes-1.5.0]]
25+
==== 1.5.0
26+
27+
[float]
28+
===== Features
29+
- Auto instrumentation for `SqlClient` (<<setup-sqlclient,documentation>>)
30+
- Introducing Filter API {pull}792[#792] (<<filter-api,documentation>>)
31+
- Auto-detect culprit for exceptions {pull}740[#740]
32+
- New config settings: `ExcludedNamespaces`, `ApplicationNamespaces` (<<config-all-options-summary,documentation>>)
33+
- Keep `Activity.Current.TraceId` in sync with the Trace ID used by the agent {pull}800[#800]
34+
- Report Kubernetes system metadata {pull}741[#741]
35+
36+
[float]
37+
===== Bug fixes
38+
- Database connection string parsing issue with Oracle {pull}795[#795]
39+
2440
[[release-notes-1.4.0]]
2541
==== 1.4.0
2642

src/Directory.Build.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
<!-- Src Directory Build Properties -->
33
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
44
<PropertyGroup>
5-
<AssemblyVersion>1.4.0</AssemblyVersion>
6-
<InformationalVersion>1.4.0</InformationalVersion>
7-
<FileVersion>1.4.0</FileVersion>
5+
<AssemblyVersion>1.5.0</AssemblyVersion>
6+
<InformationalVersion>1.5.0</InformationalVersion>
7+
<FileVersion>1.5.0</FileVersion>
88

9-
<PackageVersion>1.4.0</PackageVersion>
9+
<PackageVersion>1.5.0</PackageVersion>
1010
<Authors>Elastic and contributors</Authors>
1111
<Copyright>2020 Elasticsearch BV</Copyright>
1212
<PackageLicenseUrl>https://github.com/elastic/apm-agent-dotnet/blob/master/LICENSE</PackageLicenseUrl>

0 commit comments

Comments
 (0)