Skip to content

Commit

Permalink
Prepare release 1.5 (#840)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
gregkalapos and bmorelli25 authored May 8, 2020
1 parent f71c401 commit 70d2d98
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 4 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,22 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.5.0]]
==== 1.5.0
[float]
===== Features
- Auto instrumentation for `SqlClient` (<<setup-sqlclient,documentation>>)
- Introducing Filter API {pull}792[#792] (<<filter-api,documentation>>)
- Auto-detect culprit for exceptions {pull}740[#740]
- New config settings: `ExcludedNamespaces`, `ApplicationNamespaces` (<<config-all-options-summary,documentation>>)
- Keep `Activity.Current.TraceId` in sync with the Trace ID used by the agent {pull}800[#800]
- Report Kubernetes system metadata {pull}741[#741]
[float]
===== Bug fixes
- Database connection string parsing issue with Oracle {pull}795[#795]
[[release-notes-1.4.0]]
==== 1.4.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,11 +2,11 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.4.0</AssemblyVersion>
<InformationalVersion>1.4.0</InformationalVersion>
<FileVersion>1.4.0</FileVersion>
<AssemblyVersion>1.5.0</AssemblyVersion>
<InformationalVersion>1.5.0</InformationalVersion>
<FileVersion>1.5.0</FileVersion>

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

0 comments on commit 70d2d98

Please sign in to comment.