Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardoccpaiva committed May 17, 2022
1 parent 239085a commit 1126ce6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ by adding `opentelemetry_tesla` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:opentelemetry_tesla, "~> 2.0.0"}
{:opentelemetry_tesla, "~> 2.0.1"}
]
end
```
Expand Down
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule OpentelemetryTesla.MixProject do
def project do
[
app: :opentelemetry_tesla,
version: "2.0.0",
version: "2.0.1",
elixir: "~> 1.10",
start_permanent: Mix.env() == :prod,
deps: deps(),
Expand All @@ -22,7 +22,7 @@ defmodule OpentelemetryTesla.MixProject do
end

defp description() do
"Telemetry handler that creates OpenTelemetry spans from Tesla HTTP client events."
"Tesla middleware that creates OpenTelemetry spans and injects tracing headers into HTTP requests for Tesla clients."
end

defp package do
Expand Down

0 comments on commit 1126ce6

Please sign in to comment.