Skip to content

Commit 6454228

Browse files
chore(main): release OpenFeature.Contrib.Hooks.Otel 0.2.1 (#381)
Signed-off-by: OpenFeature Bot <[email protected]> Co-authored-by: OpenFeature Bot <[email protected]>
1 parent 1e87b1c commit 6454228

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"src/OpenFeature.Contrib.Hooks.Otel": "0.2.0",
2+
"src/OpenFeature.Contrib.Hooks.Otel": "0.2.1",
33
"src/OpenFeature.Contrib.Providers.Flagd": "0.3.2",
44
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.2.1",
55
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.2.1",

src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.2.1](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.2.0...OpenFeature.Contrib.Hooks.Otel-v0.2.1) (2025-06-28)
4+
5+
6+
### 🧹 Chore
7+
8+
* Add .editorconfig and cleanup code ([#375](https://github.com/open-feature/dotnet-sdk-contrib/issues/375)) ([683a392](https://github.com/open-feature/dotnet-sdk-contrib/commit/683a392604aca6c9a92b1f64fa30bc9e3e069b4f))
9+
* relax doc requirements for test projects ([e204e16](https://github.com/open-feature/dotnet-sdk-contrib/commit/e204e168ee8ccda34f46de325d45447e3ef85f73))
10+
11+
12+
### 📚 Documentation
13+
14+
* Add deprecation notice to OTEL lib ([#437](https://github.com/open-feature/dotnet-sdk-contrib/issues/437)) ([1e87b1c](https://github.com/open-feature/dotnet-sdk-contrib/commit/1e87b1cef20f0d302d2ce532f25a448ea6868181))
15+
316
## [0.2.0](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.8...OpenFeature.Contrib.Hooks.Otel-v0.2.0) (2024-08-22)
417

518

src/OpenFeature.Contrib.Hooks.Otel/OpenFeature.Contrib.Hooks.Otel.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<PackageId>OpenFeature.Contrib.Hooks.Otel</PackageId>
5-
<VersionNumber>0.2.0</VersionNumber> <!--x-release-please-version -->
5+
<VersionNumber>0.2.1</VersionNumber> <!--x-release-please-version -->
66
<VersionPrefix>$(VersionNumber)</VersionPrefix>
77
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
88
<FileVersion>$(VersionNumber)</FileVersion>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0
1+
0.2.1

0 commit comments

Comments
 (0)