diff --git a/.release-please-manifest.json b/.release-please-manifest.json index eba99ae3..8d57cb6a 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "src/OpenFeature.Contrib.Hooks.Otel": "0.1.4", + "src/OpenFeature.Contrib.Hooks.Otel": "0.1.5", "src/OpenFeature.Contrib.Providers.Flagd": "0.1.8", "src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.6", "src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.6", diff --git a/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md b/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md index e89412b4..f9dc035d 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md +++ b/src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.4...OpenFeature.Contrib.Hooks.Otel-v0.1.5) (2024-04-23) + + +### 🧹 Chore + +* **deps:** update dependency opentelemetry.api to v1.7.0 ([#65](https://github.com/open-feature/dotnet-sdk-contrib/issues/65)) ([533dfa6](https://github.com/open-feature/dotnet-sdk-contrib/commit/533dfa652011b645d48c5d17dbdfe39b64a8eadf)) + ## [0.1.4](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.3...OpenFeature.Contrib.Hooks.Otel-v0.1.4) (2024-01-25) 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 cb5198e8..ee0d901e 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.4 + 0.1.5 $(VersionNumber) $(VersionNumber) $(VersionNumber) diff --git a/src/OpenFeature.Contrib.Hooks.Otel/version.txt b/src/OpenFeature.Contrib.Hooks.Otel/version.txt index 845639ee..9faa1b7a 100644 --- a/src/OpenFeature.Contrib.Hooks.Otel/version.txt +++ b/src/OpenFeature.Contrib.Hooks.Otel/version.txt @@ -1 +1 @@ -0.1.4 +0.1.5