Skip to content

Commit

Permalink
chore(main): release dev.openfeature.contrib.hooks.otel 3.1.0 (#498)
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Kavindu Dodanduwa <Kavindu-Dodan@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and Kavindu-Dodan authored Oct 13, 2023
1 parent b8e852c commit 0a2349d
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"providers/flagd": "0.6.6",
"hooks/open-telemetry": "3.0.0",
"hooks/open-telemetry": "3.1.0",
"providers/go-feature-flag": "0.2.13",
"providers/flagsmith": "0.0.8",
"providers/env-var": "0.0.4",
Expand Down
7 changes: 7 additions & 0 deletions hooks/open-telemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.1.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v3.0.0...dev.openfeature.contrib.hooks.otel-v3.1.0) (2023-10-13)


### ✨ New Features

* Append extra dimensions to error metrics and traces ([#497](https://github.com/open-feature/java-sdk-contrib/issues/497)) ([b8e852c](https://github.com/open-feature/java-sdk-contrib/commit/b8e852c76027c7facec63f5c1f201d3ad77e2a35))

## [3.0.0](https://github.com/open-feature/java-sdk-contrib/compare/dev.openfeature.contrib.hooks.otel-v2.1.1...dev.openfeature.contrib.hooks.otel-v3.0.0) (2023-10-13)


Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ These hooks can be used to determine the impact a feature has on a request, enab
<dependency>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>dev.openfeature.contrib.hooks</groupId>
<artifactId>otel</artifactId>
<version>3.0.0</version> <!--x-release-please-version -->
<version>3.1.0</version> <!--x-release-please-version -->

<name>open-telemetry-hook</name>
<description>Open Telemetry Hook</description>
Expand Down
2 changes: 1 addition & 1 deletion hooks/open-telemetry/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.1.0

0 comments on commit 0a2349d

Please sign in to comment.