Skip to content

Commit

Permalink
Merge branch 'main' into release-please--branches--main--components--…
Browse files Browse the repository at this point in the history
…OpenFeature.Contrib.Providers.GOFeatureFlag
  • Loading branch information
toddbaert authored Jul 25, 2024
2 parents e584bba + 03cca84 commit f31467a
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.5",
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.6",
"src/OpenFeature.Contrib.Providers.Flagd": "0.2.1",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.8",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.7",
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.6](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.5...OpenFeature.Contrib.Hooks.Otel-v0.1.6) (2024-07-25)


### 🧹 Chore

* **deps:** update dependency opentelemetry.api to v1.9.0 ([#170](https://github.com/open-feature/dotnet-sdk-contrib/issues/170)) ([258fe9a](https://github.com/open-feature/dotnet-sdk-contrib/commit/258fe9aadbc8dfe834accf4dbbe82ff601abd73d))

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


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

0 comments on commit f31467a

Please sign in to comment.