Skip to content

Commit

Permalink
chore(main): release OpenFeature.Contrib.Hooks.Otel 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 19, 2023
1 parent 5845e2b commit 6f6cfb6
Show file tree
Hide file tree
Showing 4 changed files with 15 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.1",
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.2",
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.7",
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4",
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.4"
Expand Down
12 changes: 12 additions & 0 deletions src/OpenFeature.Contrib.Hooks.Otel/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.1.2](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.1...OpenFeature.Contrib.Hooks.Otel-v0.1.2) (2023-12-19)


### ✨ New Features

* Add Metrics Hook ([#114](https://github.com/open-feature/dotnet-sdk-contrib/issues/114)) ([5845e2b](https://github.com/open-feature/dotnet-sdk-contrib/commit/5845e2b0ae4b89a8a313051b42e6afdd856f1ea3))


### 🔄 Refactoring

* Replace OtelHook with TracingHook. Deprecating OtelHook ([#116](https://github.com/open-feature/dotnet-sdk-contrib/issues/116)) ([755c549](https://github.com/open-feature/dotnet-sdk-contrib/commit/755c54960bccac97f6836ea8371d75bc2f1a02bb))

## [0.1.1](https://github.com/open-feature/dotnet-sdk-contrib/compare/OpenFeature.Contrib.Hooks.Otel-v0.1.0...OpenFeature.Contrib.Hooks.Otel-v0.1.1) (2023-03-22)


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.1</VersionNumber> <!--x-release-please-version -->
<VersionNumber>0.1.2</VersionNumber> <!--x-release-please-version -->
<Version>$(VersionNumber)</Version>
<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.1
0.1.2

0 comments on commit 6f6cfb6

Please sign in to comment.