Skip to content

Commit

Permalink
Prepare release (#1348)
Browse files Browse the repository at this point in the history
* Prepare release 1.11.0

* Update CHANGELOG.asciidoc
  • Loading branch information
gregkalapos authored Jun 28, 2021
1 parent a4085c3 commit a4eb500
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions .ci/linux/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ declare -a projectsToPublish=(
"Elastic.Apm.StackExchange.Redis"
"Elastic.Apm.Azure.ServiceBus"
"Elastic.Apm.Azure.Storage"
"Elastic.Apm.Azure.CosmosDb"
"Elastic.Apm.MongoDb"
)

Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,18 @@ endif::[]
[[release-notes-1.x]]
=== .NET Agent version 1.x
[[release-notes-1.11.0]]
==== 1.11.0
[float]
===== Features
- {pull}1342[#1342] CosmosDb support (issue: {issue}1154[#1154])
- {pull}1271[#1271] Support "Time spent by span type" (aka Breakdown metrics) (issue: {issue}227[#227])
- {pull}1302[#1302] Prefer W3C traceparent over elastic-apm-traceparent
- {pull}1310[#1310] Add TraceContextIgnoreSampledFalse config setting
- {pull}1331[#1331] Create transactions for Azure Service Bus Processors (issue: {issue}1321[#1321])
[[release-notes-1.10.0]]
==== 1.10.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,10 +2,10 @@
<!-- Src Directory Build Properties -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<AssemblyVersion>1.10.0</AssemblyVersion>
<InformationalVersion>1.10.0</InformationalVersion>
<FileVersion>1.10.0</FileVersion>
<VersionPrefix>1.10.0</VersionPrefix>
<AssemblyVersion>1.11.0</AssemblyVersion>
<InformationalVersion>1.11.0</InformationalVersion>
<FileVersion>1.11.0</FileVersion>
<VersionPrefix>1.11.0</VersionPrefix>
<Authors>Elastic and contributors</Authors>
<Copyright>2021 Elasticsearch BV</Copyright>
<PackageProjectUrl>https://github.com/elastic/apm-agent-dotnet</PackageProjectUrl>
Expand Down

0 comments on commit a4eb500

Please sign in to comment.