diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d18e9443..b9c017b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.13.0" + ".": "2.14.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fd99ee..7ba151f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.14.0](https://github.com/open-feature/dotnet-sdk/compare/v2.13.0...v2.14.0) (2026-06-20) + + +### 🐛 Bug Fixes + +* Change registration to use the Isolated API instead of global singleton ([#760](https://github.com/open-feature/dotnet-sdk/issues/760)) ([f875bc3](https://github.com/open-feature/dotnet-sdk/commit/f875bc32a2eae926e0c0bbd23173ba1a427eab09)) + + +### ✨ New Features + +* Add trace when evaluating feature flags ([#755](https://github.com/open-feature/dotnet-sdk/issues/755)) ([b6d7277](https://github.com/open-feature/dotnet-sdk/commit/b6d7277c1821dc72ce6cd37d5a7989f5974d7a35)) +* Upgrade to xUnit v3 and mtp v2 ([de64b79](https://github.com/open-feature/dotnet-sdk/commit/de64b79225830180288940722a0a62fc5e7f15b3)) + ## [2.13.0](https://github.com/open-feature/dotnet-sdk/compare/v2.12.0...v2.13.0) (2026-04-30) diff --git a/README.md b/README.md index 98d5d5ad..b1bd24bb 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ [![Specification](https://img.shields.io/static/v1?label=specification&message=v0.8.0&color=yellow&style=for-the-badge)](https://github.com/open-feature/spec/releases/tag/v0.8.0) [ -![Release](https://img.shields.io/static/v1?label=release&message=v2.13.0&color=blue&style=for-the-badge) -](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.13.0) +![Release](https://img.shields.io/static/v1?label=release&message=v2.14.0&color=blue&style=for-the-badge) +](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.14.0) [![Slack](https://img.shields.io/badge/slack-%40cncf%2Fopenfeature-brightgreen?style=flat&logo=slack)](https://cloud-native.slack.com/archives/C0344AANLA1) [![Codecov](https://codecov.io/gh/open-feature/dotnet-sdk/branch/main/graph/badge.svg?token=MONAVJBXUJ)](https://codecov.io/gh/open-feature/dotnet-sdk) diff --git a/build/Common.prod.props b/build/Common.prod.props index 29b87ac7..d5da3801 100644 --- a/build/Common.prod.props +++ b/build/Common.prod.props @@ -9,7 +9,7 @@ - 2.13.0 + 2.14.0 git https://github.com/open-feature/dotnet-sdk OpenFeature is an open standard for feature flag management, created to support a robust feature flag ecosystem using cloud native technologies. OpenFeature will provide a unified API and SDK, and a developer-first, cloud-native implementation, with extensibility for open source and commercial offerings. diff --git a/version.txt b/version.txt index fb2c0766..edcfe40d 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.13.0 +2.14.0