Skip to content

Commit

Permalink
Releasing version 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LaunchDarklyReleaseBot committed Apr 3, 2024
1 parent 7c1c9ab commit ba80927
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to the LaunchDarkly .NET Server-Side SDK will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org).

## [8.3.0] - 2024-04-03
### Added:
- This release introduces a Hooks API. Hooks are collections of user-defined callbacks that are executed by the SDK at various points of interest. You can use them to augment the SDK with metrics or tracing.

### Changed:
- Dropped explicit support for .NET Core 3.1.

## [8.2.0] - 2024-03-14
### Changed:
- Redact anonymous attributes within feature events
Expand Down
2 changes: 1 addition & 1 deletion src/LaunchDarkly.ServerSdk/LaunchDarkly.ServerSdk.csproj
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>8.2.0</Version>
<Version>8.3.0</Version>
<!-- 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
versions that would error out if they saw any newer target frameworks listed
Expand Down

0 comments on commit ba80927

Please sign in to comment.