Skip to content

Commit 8c6fd28

Browse files
chore(main): release OpenFeature.Contrib.Hooks.Otel 0.1.8 (#260)
Signed-off-by: Todd Baert <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Todd Baert <[email protected]>
1 parent ca938ed commit 8c6fd28

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-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.1.7",
2+
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.8",
33
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.3",
44
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.10",
55
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.9",

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

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

3+
## [0.1.8](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.7...OpenFeature.Contrib.Hooks.Otel-v0.1.8) (2024-08-21)
4+
5+
6+
### 🐛 Bug Fixes
7+
8+
* version expression ([cad2cd1](https://github.com/open-feature/dotnet-sdk-contrib/commit/cad2cd166d0c25753b37189f044c3a585cda0fad))
9+
310
## [0.1.7](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.6...OpenFeature.Contrib.Hooks.Otel-v0.1.7) (2024-08-20)
411

512

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.1.7</VersionNumber> <!--x-release-please-version -->
5+
<VersionNumber>0.1.8</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.1.7
1+
0.1.8

0 commit comments

Comments
 (0)