Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Hooks.Otel 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 23, 2024
1 parent 2a80936 commit f601082
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.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",
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.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)


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.4</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.5</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.4
0.1.5

0 comments on commit f601082

Please sign in to comment.