From c12c92284b718a50ecb79c14f0f71616b476d82e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 15:39:12 -0500 Subject: [PATCH] chore(main): release OpenFeature.Contrib.Hooks.Otel 0.1.2 (#117) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md | 12 ++++++++++++ .../OpenFeature.Contrib.Hooks.Otel.csproj | 2 +- src/OpenFeature.Contrib.Hooks.Otel/version.txt | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 7ed95093..1e690de3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "src/OpenFeature.Contrib.Hooks.Otel": "0.1.1", + "src/OpenFeature.Contrib.Hooks.Otel": "0.1.2", "src/OpenFeature.Contrib.Providers.Flagd": "0.1.7", "src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4", "src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.4" diff --git a/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md b/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md index 21fee0fb..293f8201 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md +++ b/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.1.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.1...OpenFeature.Contrib.Hooks.Otel-v0.1.2) (2023-12-19) + + +### ✨ New Features + +* Add Metrics Hook ([#114](https://github.com/open-feature/dotnet-sdk-contrib/issues/114)) ([5845e2b](https://github.com/open-feature/dotnet-sdk-contrib/commit/5845e2b0ae4b89a8a313051b42e6afdd856f1ea3)) + + +### 🔄 Refactoring + +* Replace OtelHook with TracingHook. Deprecating OtelHook ([#116](https://github.com/open-feature/dotnet-sdk-contrib/issues/116)) ([755c549](https://github.com/open-feature/dotnet-sdk-contrib/commit/755c54960bccac97f6836ea8371d75bc2f1a02bb)) + ## [0.1.1](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.0...OpenFeature.Contrib.Hooks.Otel-v0.1.1) (2023-03-22) diff --git a/src/OpenFeature.Contrib.Hooks.Otel/OpenFeature.Contrib.Hooks.Otel.csproj b/src/OpenFeature.Contrib.Hooks.Otel/OpenFeature.Contrib.Hooks.Otel.csproj index 316ac823..a4f54a75 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/OpenFeature.Contrib.Hooks.Otel.csproj +++ b/src/OpenFeature.Contrib.Hooks.Otel/OpenFeature.Contrib.Hooks.Otel.csproj @@ -2,7 +2,7 @@ OpenFeature.Contrib.Hooks.Otel - 0.1.1 + 0.1.2 $(VersionNumber) $(VersionNumber) $(VersionNumber) diff --git a/src/OpenFeature.Contrib.Hooks.Otel/version.txt b/src/OpenFeature.Contrib.Hooks.Otel/version.txt index 17e51c38..d917d3e2 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/version.txt +++ b/src/OpenFeature.Contrib.Hooks.Otel/version.txt @@ -1 +1 @@ -0.1.1 +0.1.2