We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 083e49b commit fed422bCopy full SHA for fed422b
README.md
@@ -30,7 +30,7 @@ Add `tesla` as dependency in `mix.exs`
30
31
```elixir
32
defp deps do
33
- [{:tesla, "~> 0.7.2"},
+ [{:tesla, "~> 0.8.0"},
34
{:poison, ">= 1.0.0"}] # for JSON middleware
35
end
36
```
mix.exs
@@ -4,7 +4,7 @@ defmodule Tesla.Mixfile do
4
def project do
5
[
6
app: :tesla,
7
- version: "0.7.2",
+ version: "0.8.0",
8
description: description(),
9
package: package(),
10
source_url: "https://github.com/teamon/tesla",
0 commit comments