Skip to content

Commit c12c922

Browse files
chore(main): release OpenFeature.Contrib.Hooks.Otel 0.1.2 (#117)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5845e2b commit c12c922

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-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.1",
2+
"src/OpenFeature.Contrib.Hooks.Otel": "0.1.2",
33
"src/OpenFeature.Contrib.Providers.Flagd": "0.1.7",
44
"src/OpenFeature.Contrib.Providers.GOFeatureFlag": "0.1.4",
55
"src/OpenFeature.Contrib.Providers.Flagsmith": "0.1.4"

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

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

3+
## [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)
4+
5+
6+
### ✨ New Features
7+
8+
* 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))
9+
10+
11+
### 🔄 Refactoring
12+
13+
* 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))
14+
315
## [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)
416

517

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

0 commit comments

Comments
 (0)