Skip to content

Commit

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


##
[0.2.1](telemetry-0.2.0...telemetry-0.2.1)
(2024-04-23)


### Bug Fixes

* telemetry activity source should use its own version
([#207](#207))
([82dd679](82dd679))

---
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>
  • Loading branch information
github-actions[bot] committed Apr 23, 2024
1 parent 82dd679 commit aeec263
Show file tree
Hide file tree
Showing 3 changed files with 9 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.4.0",
"pkgs/telemetry": "0.2.0"
"pkgs/telemetry": "0.2.1"
}
7 changes: 7 additions & 0 deletions pkgs/telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

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


### Bug Fixes

* telemetry activity source should use its own version ([#207](https://github.com/launchdarkly/dotnet-server-sdk/issues/207)) ([82dd679](https://github.com/launchdarkly/dotnet-server-sdk/commit/82dd6790cd96815d73be63e5d8fa8563b205a2ed))

## [0.2.0](https://github.com/launchdarkly/dotnet-server-sdk/compare/telemetry-v0.1.0...telemetry-0.2.0) (2024-04-23)


Expand Down
2 changes: 1 addition & 1 deletion pkgs/telemetry/src/LaunchDarkly.ServerSdk.Telemetry.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>0.2.0</Version>
<Version>0.2.1</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 aeec263

Please sign in to comment.