Skip to content

Commit

Permalink
chore: release 1.6.0 (#21)
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Harris <[email protected]>
  • Loading branch information
longility and nikordaris authored Jul 28, 2022
1 parent 6e5f5cb commit c8a43d3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Changelog

## [1.6.0](https://www.github.com/inception-health/otel-export-trace-action/compare/v1.5.8...v1.6.0) (2022-07-26)


### Features

* **#12:** add otel service name as an input or env var ([3ed67f9](https://www.github.com/inception-health/otel-export-trace-action/commit/3ed67f9c65770a55a98fa24fe0e9e110328690eb))
* **#12:** add otel service name as an input or env var ([#13](https://www.github.com/inception-health/otel-export-trace-action/issues/13)) ([3ed67f9](https://www.github.com/inception-health/otel-export-trace-action/commit/3ed67f9c65770a55a98fa24fe0e9e110328690eb)), closes [#12](https://www.github.com/inception-health/otel-export-trace-action/issues/12)
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "otel-export-trace",
"version": "1.5.8",
"version": "1.6.0",
"description": "Github Action to export Open Telemetry traces for Workflow runs",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit c8a43d3

Please sign in to comment.