Skip to content

Commit

Permalink
chore(main): release 8.4.0 (#203)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[8.4.0](8.3.0...8.4.0)
(2024-04-23)


### Features

* add support for a Tracing hook implemented via System.Diagnostics,
compatible with OpenTelemetry
([d9043db](d9043db))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Casey Waldren <cwaldren@launchdarkly.com>
  • Loading branch information
github-actions[bot] and cwaldren-ld committed Apr 23, 2024
1 parent 49bd683 commit 7fc8478
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"pkgs/sdk/server": "8.3.0",
"pkgs/sdk/server": "8.4.0",
"pkgs/telemetry": "0.2.0"
}
8 changes: 8 additions & 0 deletions pkgs/sdk/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [8.4.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/8.3.0...8.4.0) (2024-04-23)


### Features

* add support for a Tracing hook implemented via System.Diagnostics, compatible with OpenTelemetry ([d9043db](https://github.com/launchdarkly/dotnet-server-sdk/commit/d9043dbd9b0b5d962843b14607cbe6c7a5d48e06))
2 changes: 1 addition & 1 deletion pkgs/sdk/server/src/LaunchDarkly.ServerSdk.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<!--x-release-please-start-version-->
<Version>8.3.0</Version>
<Version>8.4.0</Version>
<!--x-release-please-end-->
<!-- The BUILDFRAMEWORKS variable allows us to override the target frameworks with a
single framework that we are testing; this allows us to test with older SDK
Expand Down

0 comments on commit 7fc8478

Please sign in to comment.