Skip to content

Commit

Permalink
propagator v0.2.2 (open-telemetry#158)
Browse files Browse the repository at this point in the history
* propagator v0.2.2

* update changelog

* Publish cowboy
  • Loading branch information
bryannaegele authored Mar 17, 2023
1 parent 3f26975 commit 760ba56
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
6 changes: 6 additions & 0 deletions instrumentation/opentelemetry_cowboy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.2.1

### Fixes

* Set span kind as server

## v0.2.0

### Fixes
Expand Down
3 changes: 2 additions & 1 deletion instrumentation/opentelemetry_cowboy/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
]}.

{project_plugins, [covertool,
erlfmt]}.
erlfmt,
rebar3_hex]}.
{profiles,
[{docs, [{deps, [edown]},
{edoc_opts,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_cowboy,
[{description, "OpenTelemetry Cowboy Instrumentation"},
{vsn, "0.2.0"},
{vsn, "0.2.1"},
{registered, []},
{applications,
[kernel,
Expand Down
6 changes: 6 additions & 0 deletions propagators/opentelemetry_process_propagator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## v0.2.2

### Fixes

- Set default opts on Task.Supervisor.start_link/1

## v0.2.1

### Fixes
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_process_propagator,
[{description, "Tools for OpenTelemetry context propagation across process boundaries"},
{vsn, "0.2.1"},
{vsn, "0.2.2"},
{registered, []},
{applications,
[kernel,
Expand Down

0 comments on commit 760ba56

Please sign in to comment.