Skip to content

Commit

Permalink
Bump version to 1.9.0 and add changelog (#1249)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregkalapos authored Mar 29, 2021
1 parent 03cb7a5 commit 26ebf44
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 @@ -23,6 +23,22 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.9.0]]
==== 1.9.0
[float]
===== Features
- {pull}925[#925] Add GC time (issue: {issue}922[#922])
- {pull}1147[#1147] Propagate sample rate through `tracestate` (issue: {issue}1021[#1021])
[float]
===== Bug fixes
- {pull}1189[#1189] Get transaction name from Web API controller route template
[float]
===== Breaking changes
- {pull}1161[#1161] and {pull}1162[#1162] The agent tries to never throw any exception. Specifically instead of throwing `InstanceAlreadyCreatedException`, it will print an error log.
[[release-notes-1.8.1]]
==== 1.8.1
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,10 +2,10 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.8.1</AssemblyVersion>
<InformationalVersion>1.8.1</InformationalVersion>
<FileVersion>1.8.1</FileVersion>
<VersionPrefix>1.8.1</VersionPrefix>
<AssemblyVersion>1.9.0</AssemblyVersion>
<InformationalVersion>1.9.0</InformationalVersion>
<FileVersion>1.9.0</FileVersion>
<VersionPrefix>1.9.0</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2020 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
Expand Down

0 comments on commit 26ebf44

Please sign in to comment.