Skip to content

Commit

Permalink
Merge pull request #764 from open-telemetry/api-1.3.1
Browse files Browse the repository at this point in the history
bump api to 1.3.1
  • Loading branch information
tsloughter authored Sep 4, 2024
2 parents f039fc3 + 519ad07 commit 18f0d7f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
adding to the
attributes](https://github.com/open-telemetry/opentelemetry-erlang/pull/737)

## API 1.3.1 - 2024-09-03

### Fixes

- [Fix dialyzer warning when starting a span by adding
`otel_span:start_config`](https://github.com/open-telemetry/opentelemetry-erlang/pull/717)

## Experimental API 0.5.1 - 2024-03-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion apps/opentelemetry_api/src/opentelemetry_api.app.src
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{application, opentelemetry_api,
[{description, "OpenTelemetry API"},
{vsn, "1.3.0"},
{vsn, "1.3.1"},
{registered, []},
{applications,
[kernel,
Expand Down
2 changes: 1 addition & 1 deletion docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e
rebar3 compile
rebar3 edoc
sdk_version=1.4.0
api_version=1.3.0
api_version=1.3.1
exp_sdk_version=0.5.1
exp_api_version=0.5.1
otlp_version=1.7.0
Expand Down

0 comments on commit 18f0d7f

Please sign in to comment.