Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Hooks.Otel 0.1.8 (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Todd Baert <todd.baert@dynatrace.com>
  • Loading branch information
github-actions[bot] and toddbaert authored Aug 21, 2024
1 parent ca938ed commit 8c6fd28
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.7",
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.8",
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.3",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.10",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.9",
Expand Down
7 changes: 7 additions & 0 deletions src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [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)


### 🐛 Bug Fixes

* version expression ([cad2cd1](https://github.com/open-feature/dotnet-sdk-contrib/commit/cad2cd166d0c25753b37189f044c3a585cda0fad))

## [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)


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<PackageId>OpenFeature.Contrib.Hooks.Otel</PackageId>
<VersionNumber>0.1.7</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.8</VersionNumber> <!--x-release-please-version -->
<VersionPrefix>$(VersionNumber)</VersionPrefix>
<AssemblyVersion>$(VersionNumber)</AssemblyVersion>
<FileVersion>$(VersionNumber)</FileVersion>
Expand Down
2 changes: 1 addition & 1 deletion src/OpenFeature.Contrib.Hooks.Otel/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.7
0.1.8

0 comments on commit 8c6fd28

Please sign in to comment.