propagator v0.2.2 (#158)
* propagator v0.2.2 * update changelog * Publish cowboy
This commit is contained in:
parent
3f26975ae9
commit
760ba56809
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.2.1
|
||||
|
||||
### Fixes
|
||||
|
||||
* Set span kind as server
|
||||
|
||||
## v0.2.0
|
||||
|
||||
### Fixes
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
]}.
|
||||
|
||||
{project_plugins, [covertool,
|
||||
erlfmt]}.
|
||||
erlfmt,
|
||||
rebar3_hex]}.
|
||||
{profiles,
|
||||
[{docs, [{deps, [edown]},
|
||||
{edoc_opts,
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{application, opentelemetry_cowboy,
|
||||
[{description, "OpenTelemetry Cowboy Instrumentation"},
|
||||
{vsn, "0.2.0"},
|
||||
{vsn, "0.2.1"},
|
||||
{registered, []},
|
||||
{applications,
|
||||
[kernel,
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue