Skip to content

Commit

Permalink
Merge pull request #562 from tsloughter/sdk-v1.3.0
Browse files Browse the repository at this point in the history
bump sdk to 1.3.0
  • Loading branch information
Tristan Sloughter authored Mar 21, 2023
2 parents 79828e9 + 9288c57 commit 4812195
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## SDK 1.3.0 - 2023-03-21

### Fixes

- [Fix swapping exporter
tables](https://github.com/open-telemetry/opentelemetry-erlang/pull/550)

## Exporter 1.4.0 - 2023-02-21

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion apps/opentelemetry_experimental/rebar.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{erl_opts, [debug_info]}.
{deps, [{opentelemetry, "~> 1.2"},
{deps, [{opentelemetry, "~> 1.3"},
{opentelemetry_api, "~> 1.2"},
{opentelemetry_api_experimental, "~> 0.2"}]}.

Expand Down
2 changes: 1 addition & 1 deletion apps/opentelemetry_exporter/rebar.config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{erl_opts, [debug_info]}.
{deps, [{grpcbox, ">= 0.0.0"},
{tls_certificate_check, "~> 1.17.4"},
{opentelemetry, "~> 1.2.0"},
{opentelemetry, "~> 1.3.0"},
{opentelemetry_api, "~> 1.2.0"}]}.

{grpc, [{protos, ["opentelemetry-proto/opentelemetry/proto/collector/trace/v1",
Expand Down
2 changes: 1 addition & 1 deletion docs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set -e

rebar3 compile
rebar3 edoc
sdk_version=1.2.1
sdk_version=1.3.0
api_version=1.2.1
otlp_version=1.4.0
zipkin_version=1.1.0
Expand Down

0 comments on commit 4812195

Please sign in to comment.