From 0e70570b98b72d7cd81ffcf41da027c878db29fb Mon Sep 17 00:00:00 2001 From: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:31:43 -0400 Subject: [PATCH] chore(main): release 2.14.1 Signed-off-by: OpenFeature Bot <109696520+openfeaturebot@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ README.md | 4 ++-- build/Common.prod.props | 2 +- version.txt | 2 +- 5 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b9c017b3..288ee47f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "2.14.0" + ".": "2.14.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ba151f0..70dc6e50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.14.1](https://github.com/open-feature/dotnet-sdk/compare/v2.14.0...v2.14.1) (2026-07-24) + + +### 🐛 Bug Fixes + +* initialize lifecycle on hosts without IHostedLifecycleService support ([#787](https://github.com/open-feature/dotnet-sdk/issues/787)) ([c942dba](https://github.com/open-feature/dotnet-sdk/commit/c942dba481a4cc0cbc154287bcd391103cb39217)) + ## [2.14.0](https://github.com/open-feature/dotnet-sdk/compare/v2.13.0...v2.14.0) (2026-06-20) diff --git a/README.md b/README.md index b1bd24bb..1e46ea1b 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.14.0&color=blue&style=for-the-badge) -](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.14.0) +![Release](https://img.shields.io/static/v1?label=release&message=v2.14.1&color=blue&style=for-the-badge) +](https://github.com/open-feature/dotnet-sdk/releases/tag/v2.14.1) [![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 d5da3801..909a1ec0 100644 --- a/build/Common.prod.props +++ b/build/Common.prod.props @@ -9,7 +9,7 @@ - 2.14.0 + 2.14.1 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 edcfe40d..b70ae75a 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.14.0 +2.14.1