From c61ccc395457085dd3b0f860e58f399e4d08d352 Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Thu, 30 Apr 2026 11:09:57 -0400 Subject: [PATCH] chore(main): release 2.13.0 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ README.md | 4 ++-- build/Common.prod.props | 2 +- version.txt | 2 +- 5 files changed, 19 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7a48e52a..d18e9443 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.12.0" + ".": "2.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec858651..13fd99ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.13.0](https://github.com/open-feature/dotnet-sdk/compare/v2.12.0...v2.13.0) (2026-04-30) + + +### 🐛 Bug Fixes + +* add missing variant dimension in MetricsHook metrics ([#742](https://github.com/open-feature/dotnet-sdk/issues/742)) ([dad175d](https://github.com/open-feature/dotnet-sdk/commit/dad175dd353e2a733a0473b644633ce571ccb21a)) +* fix 'occured' -> 'occurred' in XML doc comment ([#743](https://github.com/open-feature/dotnet-sdk/issues/743)) ([178f836](https://github.com/open-feature/dotnet-sdk/commit/178f8369c224038d329b775d6edc22a3fce97240)) +* **security:** update dependency opentelemetry.exporter.opentelemetryprotocol to 1.15.3 [security] ([#746](https://github.com/open-feature/dotnet-sdk/issues/746)) ([ec94acf](https://github.com/open-feature/dotnet-sdk/commit/ec94acf183faa0cf74c58aa6509d0fbc5c4b8d13)) + + +### ✨ New Features + +* Add isolated API instance functionality ([#740](https://github.com/open-feature/dotnet-sdk/issues/740)) ([7802950](https://github.com/open-feature/dotnet-sdk/commit/7802950d15b666f85c8582b698c913d072af23a0)) + ## [2.12.0](https://github.com/open-feature/dotnet-sdk/compare/v2.11.1...v2.12.0) (2026-04-06) diff --git a/README.md b/README.md index d944390e..e221ee07 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.12.0&color=blue&style=for-the-badge) -](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.12.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) [![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 7dc19f15..29b87ac7 100644 --- a/build/Common.prod.props +++ b/build/Common.prod.props @@ -9,7 +9,7 @@ - 2.12.0 + 2.13.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 d8b69897..fb2c0766 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.12.0 +2.13.0